File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ db.collection.find()
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
+ .. instruqt:: /mongodb-docs/tracks/db-collection-find-v2?token=em_J9Ddg3fzU3sHnFZN
14
+ :title: Finding Documents Lab
15
+ :drawer:
16
+
13
17
Definition
14
18
----------
15
19
@@ -215,16 +219,6 @@ Client Disconnection
215
219
216
220
.. include:: /includes/extracts/4.2-changes-disconnect.rst
217
221
218
- Try It Yourself
219
- ---------------
220
-
221
- The following lab walks you through how to use the ``db.collection.find()``
222
- method to find documents using equality match and the :query:`$in` operator.
223
-
224
- .. include:: /includes/fact-instruqt-intro.rst
225
-
226
- .. instruqt:: /mongodb-docs/tracks/db-collection-find-v2?token=em_J9Ddg3fzU3sHnFZN
227
-
228
222
Examples
229
223
--------
230
224
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ You do not need to install anything. Click the :guilabel:`Launch` button
20
20
of the in-browser Integrated Development Environment to start the tutorial.
21
21
22
22
.. instruqt:: /mongodb-docs/tracks/getting-started-with-mongodb-v2?token=em_Yadrk-QVCMfR6Zh3
23
+ :title: Getting Started with MongoDB Lab
23
24
24
25
After completing the tutorial, see :atlas:`Getting Started with Atlas </getting-started/>`
25
26
to deploy a free cluster without any installation overhead.
You can’t perform that action at this time.
0 commit comments