mingo
Preparing search index...
operators/query/array/elemMatch
$elemMatch
Function $elemMatch
$elemMatch
(
selector
:
string
,
value
:
AnyObject
,
options
:
Options
,
)
:
(
_
:
AnyObject
)
=>
boolean
Selects documents if element in the array field matches all the specified $elemMatch conditions.
Parameters
selector
:
string
value
:
AnyObject
options
:
Options
Returns
(
_
:
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.