Filter expressions can be combined using the Boolean operators AND, OR and NOT. The filter boolean operator precedence (from highest [top] to lowest [bottom] precedence) is:

Operator

Meaning

Operator Type

Associativity

Not

logical not

unary

None

And

logical and

binary

left to right

Or

logical or

binary

left to right

In addition to Boolean operators, filter supports the following operators.