Internal
'$elemMatch' operator expression. Only valid if an attribute has an array as value. Tests for at least one element in the array to fulfill the given expression.
{a:{$elemMatch: {name:{$eq: "x"}}}} Copy
{a:{$elemMatch: {name:{$eq: "x"}}}}
Readonly
Expression to check against.
Generated using TypeDoc
'$elemMatch' operator expression. Only valid if an attribute has an array as value. Tests for at least one element in the array to fulfill the given expression.