hasSome( )


Refines a query to match items whose specified property contains any of the specified value parameters.

The hasSome() function refines a WixBookingsQueryBuilder to only match items where any of the values of the array of the specified property equal any of the specified values.

Matching strings with hasSome() is case sensitive, so "text" is not equal to "Text".

Method Declaration
Copy
Method Parameters
propertyNamestringRequired

The property whose values will be compared with value.


valueArray<string>Required

The values to match against.

Returns
Was this helpful?
Yes
No