Skip to content

Commit 4c4d580

Browse files
committed
js feedback
1 parent 832bc70 commit 4c4d580

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

source/atlas-search.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Overview
2121
--------
2222

2323
In this guide, you can learn how to query an Atlas Search index and use advanced search
24-
functionality for your {+driver-short+} applications. You can query a search index by
24+
functionality in your {+driver-short+} applications. You can query a search index by
2525
using a ``$search`` aggregation pipeline stage.
2626

2727
To learn more about the ``$search`` pipeline stage, see the :manual:`$search
@@ -48,7 +48,7 @@ Create an Atlas Search Index
4848

4949
Before you can perform a search on an Atlas collection, you must first create an **Atlas
5050
Search index** on the collection. An Atlas Search index is a data structure that
51-
categorizes data in a searchable format. To learn how to create an Atlas Search Index
51+
categorizes data in a searchable format. To learn how to create an Atlas Search Index,
5252
see :ref:`pymongo-atlas-search-index`.
5353

5454
Search Your Data
@@ -61,8 +61,7 @@ and collectors available with Atlas Search, see :atlas:`Use Operators and Collec
6161
Atlas Search Queries </atlas-search/operators-and-collectors>`.
6262

6363
The following example uses the ``phrase`` operator, which performs a search for documents
64-
that contain an ordered sequence of terms. To learn more about the ``phrase`` operator, see
65-
:atlas:`Phrase </atlas-search/phrase>` in the Atlas guide.
64+
that contain an ordered sequence of terms. To learn more about the ``phrase`` operator, see the :atlas:`Phrase </atlas-search/phrase>` guide in the MongoDB Atlas documentation.
6665

6766
The example performs a basic search of the ``title`` field for the query string ``"new york"``.
6867
The query also includes the following stages:
@@ -119,9 +118,7 @@ The query also includes the following stages:
119118
Additional Information
120119
----------------------
121120

122-
To learn more about the different Atlas Search :atlas:`operators
123-
</atlas-search/operators-and-collectors>` and other queries you can run, see the
124-
Atlas Search :atlas:`documentation </atlas-search>`.
121+
To learn more about the available Atlas Search operators, see the :atlas:`Operators and Collectors </atlas-search/operators-and-collectors>` guide in the MongoDB Atlas documentation.
125122

126-
You can view more query examples througout the Atlas :atlas:`documentation
127-
</atlas-search>`.
123+
For more information about Atlas Search, and to view more query examples, see the
124+
:atlas:`Atlas Search documentation </atlas-search>`.

0 commit comments

Comments
 (0)