Operators
Operators allow you to specify how fields should be filtered based on the supplied value.
- Contains (~)
- Does Not Contain (!~)
- Eq (=)
- Gt (>)
- Gte (>=)
- In (IN)
- Is (IS)
- Is Not (IS NOT)
- Lt (<)
- Lte (<=)
- Not Eq (!=)
- Not In (NOT IN)
There are also a pre-fix/in-fix operators which allow you combine multiple expressions together: