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.