Filter AND/OR Logic [NEW]
Last updated
Was this helpful?
Last updated
Was this helpful?
By default, all filter controls, such as , , and so on, use AND logic. The AND logic means that the result list meets all criteria within a set of filter and path rules.
But it is possible to change this behavior with a customFilter property like this:
Each parenthesized token, such as { location }
, corresponds to a filter control. The value inside parentheses matches data-id property of the control.
There is only one exception: in the case of the , the name property is used instead of data-id.