Filter
An advanced parameter used for filtering
Last updated
An advanced parameter used for filtering
Last updated
Available types:
array
Left-side operands specified like option objects.
string
An URL of RPC returning the list of left-side operands.
object
Detailed configuration for getting left-side operands.
Available parameters:
store
array
An array of left-side operands specified like Option object.
store
string
An URL of RPC returning the list of left-side operands.
logic
string
Allowed values: both, and, or
. Specifies if only and
, or
or both
types of filters are available.
operators
array
Custom operators. The data structure is the same as the grouped select box.
If the left-side operands field is not filled, it can be filled manually.
Many services have their own search options and syntax. That's why you may need to define your own operators. You can specify them inside the options
object. You can create multiple groups of operators.
and
, Only or
LogicYou may need to set up only and
or only or
filter. You can do this by setting the logic
option. In this example, you can see how to create the filter parameter with only and
logic. For or
alternative, just change the keyword.