Skip to content

Commit 3871225

Browse files
Query-bar page cleanup (#127)
1 parent b22fbf7 commit 3871225

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

source/query-bar.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -114,23 +114,6 @@ shell mode representation of the MongoDB Extended JSON `BSON data types
114114
<https://en.wikipedia.org/wiki/Lexicographical_order>`_,
115115
instead of comparing the values chronologically.
116116

117-
Filter by ObjectID
118-
``````````````````
119-
120-
To specify an `ObjectID <https://docs.mongodb.com/manual/reference/method/ObjectId/>`_ in your filter,
121-
use the format ``ObjectId('<id>')``, as in the following filter example:
122-
123-
.. code-block:: javascript
124-
125-
{ "_id": ObjectId('59a87101f17fcbfbc9cd4374') }
126-
127-
Query Bar Autocompletion
128-
````````````````````````
129-
130-
The query bar autocompletes the current query based on the keys in
131-
your collection’s documents, including keys in embedded
132-
subdocuments.
133-
134117
.. _query-bar-project:
135118

136119
Project

0 commit comments

Comments
 (0)