Skip to content

Commit b9c9fa5

Browse files
DOCSP-19125 updates for copy review feedback
1 parent eae44be commit b9c9fa5

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

source/includes/extracts-atlas-search-facts.yaml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ content: |
1010
ref: fact-regex-search-legacy-atlas
1111
content: |
1212
13-
MongoDB offers a :atlas:`premium full-text search solution, MongoDB
14-
Atlas Search </atlas-search/>`, for data hosted on :atlas:`MongoDB
15-
Atlas </>`. If you frequently run case-insensitive regex queries
16-
(utilizing the ``i`` option), we recommend Atlas Search queries that
17-
use the :pipeline:`$search` aggregation pipeline stage. :atlas:`Atlas
18-
Search queries </reference/atlas-search/searching/>` significiantly
19-
improve the performance of text queries and offer more options for
20-
customizing query parameters. To learn more, see :atlas:`MongoDB
21-
Atlas Search </atlas-search/>`. For self-managed deployments, you
22-
can find information on our regex capability below.
13+
**For data hosted on** :atlas:`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.
2326
2427
...

source/reference/operator/query/regex.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ $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-
.. note::
18-
19-
.. include:: /includes/extracts/fact-regex-search-legacy-atlas.rst
17+
.. include:: /includes/extracts/fact-regex-search-legacy-atlas.rst
2018

2119
Definition
2220
----------

0 commit comments

Comments
 (0)