and( )


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.

Method Declaration
Copy
Method Parameters
filtersArray<WixSearchFilter>Required

One or more search filters.

Returns
Return Type:WixSearchFilter
Was this helpful?
Yes
No