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 @@ -215,6 +215,16 @@ Client Disconnection
215
215
216
216
.. include:: /includes/extracts/4.2-changes-disconnect.rst
217
217
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?token=em_QKWBdDpRWvGirycJ
227
+
218
228
Examples
219
229
--------
220
230
@@ -500,7 +510,7 @@ collection </reference/bios-example-collection>`.
500
510
db.bios.find(
501
511
{ "awards.award": "Turing Award" }
502
512
)
503
-
513
+
504
514
- The following operation returns documents in the :doc:`bios
505
515
collection </reference/bios-example-collection>` where the ``awards``
506
516
array contains at least one element with both the ``award`` field
You can’t perform that action at this time.
0 commit comments