Operators
Operator |
Description |
== |
Equal to |
!= |
Not equal to |
>= |
Greater than or equal to |
<= |
Less than or equal to |
> |
Greater than |
< |
Less than |
=@ |
Is a substring |
!@ |
Not a substring |
=~ |
Regular expression |
!~ |
Not a regular expression |
=* |
Equal to, with wildcard search |
!* |
Not equal to, with wildcard search |
=. |
Found in values. You can specify up to 100 values per request |
!. |
Not found among the values |
Was the article helpful?
Previous
Next