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 3315b08 commit 09f6b72Copy full SHA for 09f6b72
source/applications/indexes.txt
@@ -107,8 +107,7 @@ results. For example:
107
db.collection.find( { b:5 } ).sort( { a:1, b:1 } )
108
109
db.collection.find( { a:{ $gt:4 } } ).sort( { a:1, b:1 } )
110
- db.collection.find( { b:{ $gt:5 } } ).sort( { a:1, b:1 } )
111
-
+
112
db.collection.find( { a:5 } ).sort( { a:1, b:1 } )
113
db.collection.find( { a:5 } ).sort( { b:1, c:1 } )
114
0 commit comments