-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCSP-19125 Direct Regex Search traffic to Atlas Search #6038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,27 @@ | ||||||
ref: fact-text-search-legacy-atlas | ||||||
content: | | ||||||
|
||||||
MongoDB offers a :atlas:`premium full-text search solution, MongoDB | ||||||
Atlas Search </atlas-search/>`, for data hosted on :atlas:`MongoDB | ||||||
Atlas </>`. A legacy text search capability is available for users | ||||||
self-managing MongoDB deployments. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we consider a similar parallelized bulleted approach here?
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't want to start the page with bullet points. So, created separate paragraphs. Hope this looks ok. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That makes sense! |
||||||
|
||||||
--- | ||||||
ref: fact-regex-search-legacy-atlas | ||||||
content: | | ||||||
|
||||||
**For data hosted on** :atlas:`MongoDB Atlas </>`, MongoDB offers a | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [suggestion] This was a little visually jarring when I first loaded the page. I think we'd be better off dropping the link to the Atlas docs and bolding the entire "For data hosted on MongoDB Atlas".
Suggested change
|
||||||
full-text search solution, :atlas:`MongoDB Atlas Search | ||||||
</atlas-search/>`. If you frequently run case-insensitive regex | ||||||
queries (utilizing the ``i`` option), MongoDB recommends Atlas Search | ||||||
queries that use the :pipeline:`$search` aggregation pipeline stage. | ||||||
|
||||||
:atlas:`Atlas Search queries </reference/atlas-search/searching/>` | ||||||
significiantly improve the performance of text queries and offer more | ||||||
options for customizing query parameters. To learn more, see | ||||||
:atlas:`MongoDB Atlas Search </atlas-search/>`. | ||||||
|
||||||
**For self-managed deployments**, you can find information on our | ||||||
regex capability below. | ||||||
|
||||||
... |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[minor] Can we drop "premium" here as well?