CompositeFilterDescriptor
A complex filter expression.
For more information, refer to the filterBy
method.
filters Array
The nested filter expressions—either
FilterDescriptor
, or
CompositeFilterDescriptor
.
Supports the same options as filter
. You can nest filters indefinitely.
logic "or" | "and"
The logical operation to use when the filter.filters
option is set.
The supported values are:
"and"
"or"