We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99cd16 commit 8e633dbCopy full SHA for 8e633db
source/query/atlas-search.txt
@@ -50,9 +50,10 @@ Steps
50
51
.. step:: Construct your query
52
53
- If you have an Atlas Search index, add the ``$search`` or
54
- ``$searchMeta`` stage to your aggregation pipeline. If you have an
55
- Atlas Vector Search index, add the ``$vectorSearch`` stage.
+ By default, |compass| selects the :pipeline:`$search` stage for your
+ query. You can select the :pipeline:`$searchMeta` stage to use in your
+ query. If you are using a ``vectorSearch`` type index in your query, you
56
+ can only use the :pipeline:`$vectorSearch` stage in your query.
57
58
.. note::
59
0 commit comments