File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
+ ...
You can’t perform that action at this time.
0 commit comments