Types > SearchOp
Values
Value | Description |
---|---|
and | Boolean and |
eq | Equal to |
ge | Greater than or equal to |
gt | Greater than |
le | Less than or equal to |
lt | Less than |
ne | Not equal to |
not | Boolean not |
or | Boolean or |
Used By
Types
Preview (typescript)
Loading module
Value | Description |
---|---|
and | Boolean and |
eq | Equal to |
ge | Greater than or equal to |
gt | Greater than |
le | Less than or equal to |
lt | Less than |
ne | Not equal to |
not | Boolean not |
or | Boolean or |
Loading module