mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Update index.md (#561)
This commit is contained in:
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user