Preparing search index...
The search index is not available
mingo
mingo
operators/query/array/elemMatch
$elemMatch
Function $elemMatch
Selects documents if element in the array field matches all the specified $elemMatch conditions.
$elemMatch
(
selector
:
string
,
value
:
unknown
,
options
:
Options
,
)
:
(
obj
:
AnyObject
)
=>
boolean
Parameters
selector
:
string
value
:
unknown
options
:
Options
Returns
(
obj
:
AnyObject
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mingo
Loading...
Selects documents if element in the array field matches all the specified $elemMatch conditions.