Skip to content

Commit 141178d

Browse files
author
Andrew Leung
committed
re-editing geospatial apps
1 parent 4cca966 commit 141178d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

draft/applications/geospatial-indexes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,12 @@ in the previous example:
121121
Limit
122122
`````
123123

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+
124128
The :func:`limit() <cursor.limit()>` method can be used with
125-
:func:`find() <db.collection.find()>`
129+
:func:`find() <db.collection.find()>` to limit the
126130

127131
By default, geospatial queries with :func:`find()
128132
<db.collection.find()>` return 100 documents sorted by distance. To limit

0 commit comments

Comments
 (0)