Skip to content

Commit dde8b94

Browse files
committed
trivial tweak to single field index
1 parent 722d907 commit dde8b94

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

source/core/index-single.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,3 @@ document:
167167

168168
See :ref:`query-subdocuments` for more information regarding querying
169169
on subdocuments.
170-
171-
The index on the ``metro`` field can also support the following query:
172-
173-
.. code-block:: javascript
174-
175-
db.factories.find( { metro: { $gte : { city: "New York" } } } )
176-
177-
This query returns the above document because ``{ city: "New York",
178-
state: "NY" }`` is greater than ``{ city: "New York" }``. The order of
179-
comparison is in ascending key order in the order that the keys occur
180-
in the :term:`BSON` document.

0 commit comments

Comments
 (0)