Skip to content

Numeric filters

NumberComparisonFilter

Filters by comparing a field to a numeric value.

PropertyTypeDescription
operatorComparisonOperatorsThe operator to apply to the filter value
valuenumericThe value to use for the filter operation

NumberRangeFilter

Filters by comparing a field to a range of numeric values.

PropertyTypeDescription
operatorRangeOperatorsThe operator to apply to the filter value
valuerange objectThe value to use for the filter operation

Range object:

PropertyTypeDescription
minnumericThe minimum numeric value for this range
maxnumericThe maximum numeric value for this range

NumberArrayFilter

Filters by comparing a field to an array of numeric values.

PropertyTypeDescription
operatorArrayOperatorsThe operator to apply to the filter value
valueArray<numeric>The value to use for the filter operation