Operator |
Description |
---|---|
= |
Searches for an exact attribute match. |
< |
Searches for attribute values that are less than the specified value. Note:
This operator is not available for alphanumeric and boolean attribute fields. |
> |
Searches for attribute values that are greater than the specified value. Note:
This operator is not available for alphanumeric and boolean attribute fields. |
<= |
Searches for attribute values that are less than or equal to the specified value. Note:
This operator is not available for alphanumeric and boolean attribute fields. |
>= |
Searches for attribute values that are greater than or equal to the specified value. Note:
This operator is not available for alphanumeric and boolean attribute fields. |
<> |
Searches for attribute values that are not equal to the specified value. Note:
This operator is not available for boolean attribute fields. |