The following table describes all the search operators available for use in search expressions. Some search operators are only valid with specific types of tokens.
Operator | A match occurs when |
|---|---|
between | The host value falls between two specified search values. |
contains | The host value contains the specified search string. |
equals | The host value is equal to the specified search value. |
greater than | The host value is greater than the specified search value. |
less than | The host value is less than the specified search value. |
not contains | The host value does not contain the specified search string. |
not equals | The host value is not equal to the specified search value. |