FieldFilterOperator is an enumerated list of operators for evaluating field values.

This enumerated datatype is used the input datatype, FieldFilterInput, which is used by the datatype, EntitySearchInputType, which is used by the entitiesSearch() query field.

Table: FieldFilterOperator

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Nov 5, 2025
Contains   Short-TermField value contains filter value.
Equal   Short-TermField value should be equal to the filter value.
GreaterThan   Short-TermField value is greater than the filter value.
GreaterThanOrEqualTo   Short-TermField value is greater than or equal to the filter value.
LessThan   Short-TermField value is less than the filter value.
LessThanOrEqualTo   Short-TermField value is less than or equal to the filter value.