@@ -10,15 +10,18 @@ content: |
1010ref : fact-regex-search-legacy-atlas
1111content : |
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 ...
0 commit comments