Skip to content

Commit

Permalink
Update index.md (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
omnizach authored Jan 3, 2025
1 parent 0a20a82 commit cd72402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/actual-ql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ q('transactions')
.select('*');
```

The `$gte` operator on `date` returns transactions on or after `2021-01-01`. Available operators are `$eq`, `$lt`, `$lte`, `$gt`, `$gte`, and `$like`.
The `$gte` operator on `date` returns transactions on or after `2021-01-01`. Available operators are `$eq`, `$lt`, `$lte`, `$gt`, `$gte`, `$ne`, `$oneof`, `$regex`, `$like`, and `$notlike`.

If you pass an array to a field, it will combine the conditions with `$and`:

Expand Down

0 comments on commit cd72402

Please sign in to comment.