AND
: All conditions must be trueOR
: At least one condition must be trueNOT
: Negate a condition=
: Equal to!=
: Not equal to>
: Greater than>=
: Greater than or equal to<
: Less than<=
: Less than or equal tocontains
: Contains substringstarts_with
: Starts with prefixends_with
: Ends with suffixregex
: Regular expression match