Creates a search filter for matching documents that meet the conditions of all of the specified filters.
The add()
function joins WixSearchFilters
with an inclusive and
condition
and creates another WixSearchFilter
. A search with an and()
returns all the documents that match the conditions of all of the filters.
One or more search filters.