OPTIONS
翻译或纠错本页面

Query Operator Array

Name Description
$all Matches arrays that contain all elements specified in the query.
$elemMatch Selects documents if element in the array field matches all the specified $elemMatch condition.
$size Selects documents if the array field is a specified size.
←   $uniqueDocs $all  →
ON THIS PAGE