Skip to content

Commit 441f7d7

Browse files
authored
DOCS-15428 v5.3 (#1329)
* DOCS-15428 add documents to agg ref page * CR1 Feedback
1 parent a250dd7 commit 441f7d7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

source/includes/extracts-agg-stages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,8 @@ content: |
291291
connected :binary:`~bin.mongos` or :binary:`~bin.mongod`
292292
instance. These sessions may have not yet propagated to the
293293
``system.sessions`` collection.
294+
295+
* - :pipeline:`$documents`
296+
297+
- Returns literal documents from input values.
294298
...

source/reference/operator/aggregation-pipeline.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ For aggregation expression operators to use in the pipeline stages, see
3434
``db.aggregate()`` Stages
3535
~~~~~~~~~~~~~~~~~~~~~~~~~
3636

37-
Starting in version 3.6, MongoDB also provides the
38-
:method:`db.aggregate` method:
37+
MongoDB also provides the :method:`db.aggregate` method:
3938

4039
.. code-block:: javascript
4140

@@ -110,6 +109,9 @@ Alphabetical Listing of Stages
110109

111110
- .. include:: /includes/fact-densify-description.rst
112111

112+
* - :pipeline:`$documents`
113+
114+
- Returns literal documents from input values.
113115

114116
* - :pipeline:`$facet`
115117

0 commit comments

Comments
 (0)