We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d82a20 commit aa9343aCopy full SHA for aa9343a
source/reference/operator/size.txt
@@ -14,7 +14,7 @@ $size
14
db.collection.find( { field: { $size: 2 } } );
15
16
returns all documents in ``collection`` where ``field`` is an array
17
- with 2 or more elements. For instance, the above expression will
+ with 2 elements. For instance, the above expression will
18
return ``{ field: [ red, green ] }`` and ``{ field: [ apple,
19
lime ] }`` but *not* ``{ field: fruit }`` or ``{ field: [
20
orange, lemon, grapefruit ] }``. To match fields with only one
0 commit comments