Evoke Filter Operators
Operator
Description
= or ==
Is equal to
* or ] (as last char)
Starts with
* or [ (as first char)
Ends with
[ ]
Contains (case sensitive)
<
Less than
<=
Less than or equal to
>
Greater than
>=
greater than or equal to
To invert the result, prefixfilter value with '!'
To make content searches case insensitive, prefix value with '~'
To combine result inversion and case insensitive seach, prefix filter value with '!~'