-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-37545 Atlas Search Page #222
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 12 commits
ee47667
61417a0
a281005
1e1cf71
91e0cb8
3f5dafb
9fb0ae1
23a66b3
42ca676
1f19022
b70545d
832bc70
4c4d580
fde6b8c
8d345d8
fd1b40c
da20d88
bfc9606
3373359
f804519
29532a5
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,127 @@ | ||||||||||||||||||||||
.. _pymongo-atlas-search: | ||||||||||||||||||||||
|
||||||||||||||||||||||
============ | ||||||||||||||||||||||
Atlas Search | ||||||||||||||||||||||
============ | ||||||||||||||||||||||
|
||||||||||||||||||||||
.. contents:: On this page | ||||||||||||||||||||||
:local: | ||||||||||||||||||||||
:backlinks: none | ||||||||||||||||||||||
:depth: 2 | ||||||||||||||||||||||
:class: singlecol | ||||||||||||||||||||||
|
||||||||||||||||||||||
.. facet:: | ||||||||||||||||||||||
:name: genre | ||||||||||||||||||||||
:values: reference | ||||||||||||||||||||||
|
||||||||||||||||||||||
.. meta:: | ||||||||||||||||||||||
:keywords: search, atlas, read | ||||||||||||||||||||||
|
||||||||||||||||||||||
Overview | ||||||||||||||||||||||
-------- | ||||||||||||||||||||||
|
||||||||||||||||||||||
In this guide, you can learn how to query an Atlas Search index and use advanced search | ||||||||||||||||||||||
functionality for your {+driver-short+} applications. You can query a search index by | ||||||||||||||||||||||
|
functionality for your {+driver-short+} applications. You can query a search index by | |
functionality in your {+driver-short+} applications. You can query a search index by |
Outdated
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.
categorizes data in a searchable format. To learn how to create an Atlas Search Index | |
see :ref:`pymongo-atlas-search-index`. | |
categorizes data in a searchable format. To learn how to create an Atlas Search Index, | |
see :ref:`pymongo-atlas-search-index`. |
Outdated
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.
that contain an ordered sequence of terms. To learn more about the ``phrase`` operator, see | |
:atlas:`Phrase </atlas-search/phrase>` in the Atlas guide. | |
that contain an ordered sequence of terms. To learn more about the ``phrase`` operator, see the | |
:atlas:`Phrase </atlas-search/phrase>` guide in the MongoDB Atlas documentation. |
Outdated
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.
S: It's not entirely clear where each of these links will take you until you click on them. Also this section links to the same page twice, so I think we can eliminate the first link to the general Atlas Search docs.
To learn more about the different Atlas Search :atlas:`operators | |
</atlas-search/operators-and-collectors>` and other queries you can run, see the | |
Atlas Search :atlas:`documentation </atlas-search>`. | |
You can view more query examples througout the Atlas :atlas:`documentation | |
</atlas-search>`. | |
To learn more about the available Atlas Search operators, see the :atlas:`Operators and Collectors </atlas-search/operators-and-collectors>` guide in the MongoDB Atlas documentation. | |
For more information about Atlas Search, and to view more query examples, see the | |
:atlas:`Atlas Search documentation </atlas-search>`. |
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.
and use advanced full-text search..