Search Operator (Core Services)
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Search operators for searches.
-
Equal For "Search by Attribute Value", the attribute value is equal to the value specified in the query. This operator is supported by all attribute value types.
-
NotEqual For "Search by Attribute Value", the attribute value is not equal to the value specified in the query. This operator is supported by all attribute value types.
-
LessThan For "Search by Attribute Value", the attribute value is less than the value specified in the query. This operator is supported by all attribute value types other than Boolean, Unsigned Int64, String and Guid.
-
GreaterThan For "Search by Attribute Value", the attribute value is greater than the value specified in the query. This operator is supported by all attribute value types other than Boolean, Unsigned Int64, String and Guid.
-
LessThanOrEqual For "Search by Attribute Value", the attribute value is less than or equal to the value specified in the query. This operator is supported by all attribute value types other than Boolean, Unsigned Int64, String and Guid.
-
GreaterThanOrEqual For "Search by Attribute Value", the attribute value is greater than or equal to the value specified in the query. This operator is supported by all attribute value types other than Boolean, Unsigned Int64, String and Guid.
-
In For "Search by Attribute Value", the attribute value is in the array of the values specified in the query. this operator is supported by all attribute value types other than Single and Double.