Skip to content

Commit 3c403a1

Browse files
authored
(DOCSP-11550) Search for documents with a search template (mongodb#29)
(DOCSP-11550) Search for documents with a playground template
1 parent 0ee6ab1 commit 3c403a1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

source/databases-collections.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ To modify your data using |vsce|, use a :ref:`JavaScript Playground
6666
<vsce-crud>` or launch a shell by right-clicking your active deployment
6767
in the MongoDB view in the Activity Bar.
6868

69+
.. include:: /includes/admonitions/document-search-template.rst
70+
6971
Schema
7072
``````
7173

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. note::
2+
3+
You can open a :ref:`JavaScript Playground <vsce-crud>`
4+
pre-configured to search a collection by hovering over the
5+
:guilabel:`Documents` label in the navigation panel and clicking the
6+
:icon-fa4:`search` icon that appears.

source/read-document-playground.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can read documents in a collection using the
2222
</reference/method/db.collection.find>` method to read more
2323
than one document.
2424

25+
.. include:: /includes/admonitions/document-search-template.rst
26+
2527
Prerequisites
2628
-------------
2729

0 commit comments

Comments
 (0)