Refines a query to match items whose specified property value contains any of the specified values.
The hasSome()
function refines an EventsQueryBuilder
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 properties:
_id
title
createdBy
status
slug
The value to match against.