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 4cca966 commit 141178dCopy full SHA for 141178d
draft/applications/geospatial-indexes.txt
@@ -121,8 +121,12 @@ in the previous example:
121
Limit
122
`````
123
124
+.. TODO double check with greg... will limit really stop 100 documents
125
+.. being searched for (i.e. if only 99 documents are found, limit(98)
126
+.. will return sooner? )
127
+
128
The :func:`limit() <cursor.limit()>` method can be used with
-:func:`find() <db.collection.find()>`
129
+:func:`find() <db.collection.find()>` to limit the
130
131
By default, geospatial queries with :func:`find()
132
<db.collection.find()>` return 100 documents sorted by distance. To limit
0 commit comments