Refines a query to match items whose specified property value contains any of the specified values.
The hasSome()
function refines a CreateRequestsQueryBuilder
to only
match items where any of the values of the array of the specified property equal any of
the specified values.
Matching with hasSome()
is case sensitive, so "text"
is not equal to "Text"
.
The property whose value will be compared with value
.
Supported property:
status
The value to match against.