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 722d907 commit dde8b94Copy full SHA for dde8b94
source/core/index-single.txt
@@ -167,14 +167,3 @@ document:
167
168
See :ref:`query-subdocuments` for more information regarding querying
169
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