
Operator | Description |
eq | Equal to |
ne | Not equal to |
contains | contains |
not contains | Does not contains |
gt | Greater than |
lt | Less than |
ge | Greater than or equal to |
le | Less than or equal to |
and | and |
or | or |
startswith | Start with the specified value |
endswith | End with the specified value |