File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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
136119Project
You can’t perform that action at this time.
0 commit comments