Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/includes/driver-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- `C Driver Source Code <https://github.com/mongodb/mongo-c-driver?jmp=docs>`_
- `C Driver API <http://mongoc.org/>`_

* - `C++ <https://mongodb.github.io/mongo-cxx-driver/>`_
* - `C++ <https://mongodb.github.io/mongo-cxx-driver/?jmp=docs>`_
- `C++ Driver Releases <https://github.com/mongodb/mongo-cxx-driver/releases>`_
- `C++ Driver Source Code <https://github.com/mongodb/mongo-cxx-driver>`_
- `C++ Driver API <http://mongodb.github.io/mongo-cxx-driver/api/current?jmp=docs>`_
Expand Down
10 changes: 9 additions & 1 deletion source/includes/ref-toc-aggregation-pipeline-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,13 @@ description: |
name: :pipeline:`$count`
file: /reference/operator/aggregation/count
description: |
Returns a count of the number of documents input to the stage.
Returns a count of the number of documents at this stage of the
aggregation pipeline.
---
name: :pipeline:`$graphLookup`
file: /reference/operator/aggregation/graphLookup
description: |
Performs a recursive search on a collection. To each output document,
adds a new array field that contains the traversal results of the
recursive search for that document.
...
Loading