Skip to content

DOCSP-15247 fix Atlas agg pipeline link #5125

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/reference/operator/aggregation/search.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ the field or fields in an Atlas collection. The fields must be covered
by an :atlas:`Atlas Search
</reference/atlas-search/index-definitions/>` index. See:

- :atlas:`Atlas Search Index
- :atlas:`Index Definitions
</reference/atlas-search/index-definitions/>` to learn more about
creating and managing Atlas Search indexes.
- :atlas:`$search Aggregation Pipeline Stage` to learn more about the
- :atlas:`$search Aggregation Pipeline Stage
</reference/atlas-search/query-syntax/>` to learn more about the
``$search`` pipeline stage syntax and usage.
- :atlas:`$search Operators </reference/atlas-search/operators/>` to
learn more about the ``$search`` aggregation pipeline stage
Expand Down