Operator |
Description |
---|---|
Equal |
Searches for an exact attribute match. |
Not equal |
Searches for attribute values that are not equal to the specified value. |
Less Than |
Searches for attribute values that are less than the specified value. |
Greater Than |
Searches for attribute values that are greater than the specified value. |
Greater Than Equal |
Searches for attribute values that are less than or equal to the specified value. |
Less Than Equal |
Searches for attribute values that are greater than or equal to the specified value. |
Empty |
Searches for all attribute values that are empty. |
Not Empty |
Searches for all attribute values that are not empty. |