Skip to content

Commit 6d4335d

Browse files
updates per review
1 parent 1ca662c commit 6d4335d

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
For data hosted on `MongoDB Atlas
2-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__, Atlas Search
1+
For data hosted on MongoDB Atlas, :atlas:`Atlas Search </atlas-search>`
32
provides support for additional languages. To see the complete list of
43
languages supported by Atlas Search, see the :atlas:`Atlas Search
5-
documentation </reference/atlas-search/analyzers/language/>`.
4+
Language Analyzers </reference/atlas-search/analyzers/language/>`.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
For data hosted on MongoDB Atlas, Atlas Search provides the
2-
:atlas:`$search </reference/atlas-search/query-syntax/>` aggregation
3-
stage to perform full-text search on your collections.
1+
For data hosted on MongoDB Atlas, :atlas:`Atlas Search </atlas-search>`
2+
provides the :atlas:`$search </reference/atlas-search/query-syntax/>`
3+
aggregation stage to perform full-text search on your collections.

source/includes/fact-text-index-limit-one.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ A collection can have at most **one** ``text`` index.
22

33
Atlas Search (available in `MongoDB Atlas
44
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__) supports
5-
multiple ``text`` indexes on a single collection. To learn more, see the
6-
:atlas:`Atlas Search documentation </atlas-search>`.
5+
multiple full-text search indexes on a single collection. To learn more,
6+
see the :atlas:`Atlas Search documentation </atlas-search>`.

source/reference/operator/query/text.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ an escaped double quotes ``\"`` that specifies a phrase.
167167

168168
The ``$search`` field for the :query:`$text` expression is different
169169
than the the :atlas:`$search aggregation stage
170-
</reference/atlas-search/query-syntax/>` provided by Atlas Search.
171-
The ``$search`` aggregation stage performs full-text search on
172-
specified fields and is only available on `MongoDB Atlas
173-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__.
170+
</reference/atlas-search/query-syntax/>` provided by
171+
:atlas:`Atlas Search </atlas-search>`. The ``$search`` aggregation
172+
stage performs full-text search on specified fields and is only
173+
available on MongoDB Atlas.
174174

175175
.. _text-operator-phrases:
176176

source/tutorial/control-results-of-text-search.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ each other. For instance, a term match in the ``content`` field has:
8080

8181
.. note::
8282

83-
For data hosted on `MongoDB Atlas
84-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__,
85-
Atlas Search provides more robust custom
83+
For data hosted on MongoDB Atlas,
84+
:atlas:`Atlas Search </atlas-search>` provides more robust custom
8685
scoring than ``text`` indexes. To learn more, see the Atlas Search
87-
:atlas:`Scoring <reference/atlas-search/scoring/>` documentation.
86+
:atlas:`Scoring </reference/atlas-search/scoring/>` documentation.

0 commit comments

Comments
 (0)