Skip to content

Commit 0076157

Browse files
DOCSP-19125 Direct Regex Search traffic to Atlas Search (#6038)
* DOCSP-19125 Direct Regex Search traffic to Atlas Search * DOCSP-19125 updates for copy review feedback * DOCSP-19125 2nd round of updates for copy review feedback
1 parent 0ebd5bd commit 0076157

File tree

8 files changed

+34
-9
lines changed

8 files changed

+34
-9
lines changed

source/core/link-text-indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Perform a Text Search (Legacy)
55
.. default-domain:: mongodb
66

77

8-
.. include:: /includes/fact-text-search-legacy-atlas.rst
8+
.. include:: /includes/extracts/fact-text-search-legacy-atlas.rst
99

1010
.. include:: /includes/fact-text-index.rst
1111

source/core/text-search-operators.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Text Search Operators (Legacy)
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/fact-text-search-legacy-atlas.rst
13+
.. include:: /includes/extracts/fact-text-search-legacy-atlas.rst
1414

1515
.. note::
1616

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
ref: fact-text-search-legacy-atlas
2+
content: |
3+
4+
MongoDB offers a :atlas:`full-text search solution, MongoDB Atlas
5+
Search </atlas-search/>`, for data hosted on :atlas:`MongoDB
6+
Atlas </>`. A legacy text search capability is available for users
7+
self-managing MongoDB deployments.
8+
9+
---
10+
ref: fact-regex-search-legacy-atlas
11+
content: |
12+
13+
**For data hosted on MongoDB Atlas**, MongoDB offers a
14+
full-text search solution, :atlas:`MongoDB Atlas Search
15+
</atlas-search/>`. If you frequently run case-insensitive regex
16+
queries (utilizing the ``i`` option), MongoDB recommends Atlas Search
17+
queries that use the :pipeline:`$search` aggregation pipeline stage.
18+
19+
:atlas:`Atlas Search queries </reference/atlas-search/searching/>`
20+
significiantly improve the performance of text queries and offer more
21+
options for customizing query parameters. To learn more, see
22+
:atlas:`MongoDB Atlas Search </atlas-search/>`.
23+
24+
**For self-managed deployments**, you can find information on our
25+
regex capability below.
26+
27+
...

source/includes/fact-text-search-legacy-atlas.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/reference/operator/query/regex.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ $regex
1414
:description: pattern matching on strings in MongoDB |version|
1515
:keywords: regex, regular expressions, LIKE queries, wildcard matches, pattern matches, MongoDB |version|, version |version|
1616

17+
.. include:: /includes/extracts/fact-regex-search-legacy-atlas.rst
18+
1719
Definition
1820
----------
1921

source/reference/text-search-languages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Text Search Languages
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. include:: /includes/fact-text-search-legacy-atlas.rst
15+
.. include:: /includes/extracts/fact-text-search-legacy-atlas.rst
1616

1717
The :ref:`text index <index-feature-text>` and the :query:`$text`
1818
operator may be used with the following languages, and accepts either the

source/text-search.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Text Search
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/fact-text-search-legacy-atlas.rst
13+
.. include:: /includes/extracts/fact-text-search-legacy-atlas.rst
1414

1515
MongoDB Atlas Search
1616
--------------------

source/tutorial/text-search-in-aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Text Search in the Aggregation Pipeline
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/fact-text-search-legacy-atlas.rst
13+
.. include:: /includes/extracts/fact-text-search-legacy-atlas.rst
1414

1515
.. _text-agg-expression-behavior:
1616

0 commit comments

Comments
 (0)