This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Adds an or
condition to the search filter.
The or()
method adds an inclusive or
condition to the search filter. The search returns all the items that match the filter as defined up to the or()
method, the items that match the filter passed to the or()
method, and the items that match both.
Note: Calling or()
without a filter may lead to unexpected results.
Filter to add to the initial filter as an or
condition.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.