Skip to content

Commit 1b6154d

Browse files
committed
DOCSP-50497 fix errors
1 parent bd34ab6 commit 1b6154d

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ toc_landing_pages = [
1212
"/security",
1313
"/security/authentication",
1414
"/aggregation",
15+
"/aggregation/pipeline-stages",
1516
"/data-formats",
1617
"/connect/connection-options",
1718
"/crud",

source/aggregation.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Aggregation
1414

1515
.. contents:: On this page
1616
:local:
17-
1817
:backlinks: none
1918
:depth: 2
2019
:class: singlecol

source/aggregation/pipeline-stages.txt

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ method. See the following examples to learn more about each of these approaches.
6262
Aggregation Stage Methods
6363
-------------------------
6464

65-
The following table lists the stages in the aggregation pipeline. The stages are
66-
formatted as they are listed when used in Node.js unless noted otherwise in the
67-
description column. To learn more about an aggregation stage and see a code
68-
example in a Node.js application, follow the link from the stage name to its
69-
reference page in the {+mdb-server+} manual.
65+
The following table lists the stages in the aggregation pipeline. To learn more
66+
about an aggregation stage and see a code example in a Node.js application,
67+
follow the link from the stage name to its reference page in the {+mdb-server+}
68+
manual.
7069

7170

7271
.. list-table::
@@ -116,7 +115,7 @@ reference page in the {+mdb-server+} manual.
116115
the aggregation pipeline.
117116

118117
* - :manual:`$currentOp </reference/operator/aggregation/currentOp/>`
119-
- Returns a stream of documents containing information on active and/or
118+
- Returns a stream of documents containing information on active and
120119
dormant operations as well as inactive sessions that are holding locks as
121120
part of a transaction.
122121

@@ -162,12 +161,12 @@ reference page in the {+mdb-server+} manual.
162161

163162
* - :manual:`$listSampledQueries </reference/operator/aggregation/listSampledQueries/>`
164163
- Lists sampled queries for all collections or a specific collection. Only
165-
available on collections with :manual:`Queryable Encryption
164+
available for collections with :manual:`Queryable Encryption
166165
</core/queryable-encryption/>` enabled.
167166

168167
* - :manual:`$listSearchIndexes </reference/operator/aggregation/listSearchIndexes/>`
169168
- Returns information about existing :ref:`Atlas Search indexes
170-
<atlas/atlas-search/#fts-indexes>` on a specified collection.
169+
<indexes/#atlas-search-and-atlas-vector-search-indexes>` on a specified collection.
171170

172171
* - :manual:`$lookup </reference/operator/aggregation/facet/>`
173172
- Performs a left outer join to another collection in the
@@ -202,11 +201,9 @@ reference page in the {+mdb-server+} manual.
202201
* - :manual:`$redact </reference/operator/aggregation/redact>`
203202
- Reshapes each document in the stream by restricting the content for each
204203
document based on information stored in the documents themselves.
205-
Incorporates the functionality of :manual:`$project
206-
</reference/operator/aggregation/project/>` and :manual:`$match
207-
</reference/operator/aggregation/match/>`. Can be used to implement field
208-
level redaction. For each input document, outputs either one or zero
209-
documents.
204+
Incorporates the functionality of ``$project`` and ``$match``. Can be used
205+
to implement field level redaction. For each input document, outputs
206+
either one or zero documents.
210207

211208
* - :manual:`$replaceRoot </reference/operator/aggregation/replaceRoot/>`
212209
- Replaces a document with the specified embedded document. The
@@ -301,7 +298,7 @@ reference page in the {+mdb-server+} manual.
301298

302299
This stage is available only for MongoDB Atlas clusters, and is not
303300
available for self-managed deployments. To learn more, see
304-
:ref:`Atlas Vector Search <csharp-atlas-vector-search>`.
301+
:ref:`Atlas Vector Search <node-atlas-vector-search>`.
305302

306303
API Documentation
307304
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)