orMode( )


Sets the search mode to OR.

When in OR mode, an item must include at least one of the specified search terms to be included in the results. For example, the search expression "red car" in OR mode retrieves items that include "red", "car", or both.

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?