Filter operators
String
| Name | Description |
|---|---|
|
startsWith |
Starts with |
|
notStartsWith |
Not starts with |
|
endsWith |
Ends with |
|
notEndsWith |
Not ends with |
|
contains |
Contains |
|
notContains |
Does not contain |
|
eq |
Equals |
|
gt |
Greater than |
|
gte |
Greater than or equals |
|
in |
Equals to one of the values |
|
notIn |
Not equals to any of the values |
|
lt |
Less than |
|
lte |
Less than or equals |
|
ne |
Not equals |
|
null |
The field value is null |
Float, Date, DateTime, UUID
| Name | Description |
|---|---|
|
eq |
Equals |
|
gt |
Greater than |
|
gte |
Greater than or equals |
|
lt |
Less than |
|
lte |
Less than or equals |
|
ne |
Not equals |
|
null |
The field value is null |