Creates a filter for matching documents that meet the condition of any of the specified filters.
The or()
function joins WixSearchFilters
with an inclusive or
condition
and creates another WixSearchFilter
. A search with an or()
returns all the documents that match the condition of any of the filters.
One or more search filters.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.