File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ You do not need to install anything. Click the :guilabel: `Launch ` button in the
2
+ in-browser Integrated Development Environment to start the lab.
Original file line number Diff line number Diff line change @@ -221,6 +221,16 @@ Client Disconnection
221
221
222
222
.. include:: /includes/extracts/4.2-changes-disconnect.rst
223
223
224
+ Try It Yourself
225
+ ---------------
226
+
227
+ The following lab walks you through how to use the ``db.collection.find()``
228
+ method to find documents using equality match and the :query:`$in` operator.
229
+
230
+ .. include:: /includes/fact-instruqt-intro.rst
231
+
232
+ .. instruqt:: /mongodb-docs/tracks/db-collection-find?token=em_QKWBdDpRWvGirycJ
233
+
224
234
Examples
225
235
--------
226
236
@@ -506,7 +516,7 @@ collection </reference/bios-example-collection>`.
506
516
db.bios.find(
507
517
{ "awards.award": "Turing Award" }
508
518
)
509
-
519
+
510
520
- The following operation returns documents in the :doc:`bios
511
521
collection </reference/bios-example-collection>` where the ``awards``
512
522
array contains at least one element with both the ``award`` field
You can’t perform that action at this time.
0 commit comments