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 3b6abfd commit a2764c0Copy full SHA for a2764c0
source/reference/javascript.txt
@@ -390,7 +390,7 @@ Call cursor methods on cursors to modify how MongoDB returns objects to the curs
390
391
Call this method on a query to override MongoDB's default index
392
selection and query optimization process. The argument is an index
393
- specification, as if to :func:`db.collection.ensureIndex()`. Use
+ specification, like the argument to :func:`ensureIndex() <db.collection.ensureIndex()>`. Use
394
:func:`db.collection.getIndexes()` to return the list of current indexes on a
395
collection.
396
0 commit comments