Operator |
Description |
---|---|
= |
Searches for an exact attribute match. |
< |
Searches for attribute values that are less than the specified value. |
> |
Searches for attribute values that are greater than the specified value. |
<= |
Searches for attribute values that are less than or equal to the specified value. |
>= |
Searches for attribute values that are greater than or equal to the specified value. |
<> |
Searches for attribute values that are not equal to the specified value. |
null |
Searches for all attribute values that do not contain a value. |
!null |
Searches for all attribute values that contain any value. |