Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
Description
The "output results" for aggregation on the Aggregation Commands Comparison table (https://github.com/mongodb/docs/blob/master/source/includes/table-aggregation-xref.yaml and http://docs.mongodb.org/master/reference/aggregation-commands-comparison/) is incorrect. Currently, it reads
Returns results inline.
The result is subject to the BSON Document size limit.
Aggregation now returns results in a cursor and the results (taken together) can exceed the document size.