Supported Operators¶
Note
The operators are all case insensitive.
And¶
Can be expressed as and.
Or¶
Can be expressed as or.
Not¶
Can be expressed as not in front of functions and group of expressions. Expressions can be negated by negating the lookup (e.g. is -> is not).
Groups¶
Expressions can be grouped by parenthesis: (, ).