Skip to content

Commit cff7f62

Browse files
add missing atlas search extract (#855)
1 parent 444fbcd commit cff7f62

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
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+
...

0 commit comments

Comments
 (0)