You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
66
65
67
66
The example performs a basic search of the ``title`` field for the query string ``"new york"``.
68
67
The query also includes the following stages:
@@ -119,9 +118,7 @@ The query also includes the following stages:
119
118
Additional Information
120
119
----------------------
121
120
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
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.
125
122
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
0 commit comments