andMode( )


Sets the search mode to AND.

When in AND mode, an item must include all specified search terms to be included in the results. For example, the search expression "red car" in AND mode only retrieves items that include both "red" and "car".

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:WixDataSearch
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?