Fields
-
criteria :Array.<(AttributeFilter|CompoundFilter)>
-
Array of Filters on which to apply the operator
-
op :string
-
Operator to apply for the filter. Valid operators defined in the CompoundFilterOperator are the strings:
- $and The filters in the criteria array will be AND'd.
- $or The filters in the criteria array will be OR'd.