Details
-
New Feature
-
Status: Closed
-
Trivial - P5
-
Resolution: Fixed
-
None
-
None
-
None
Description
This should be implemented according to the (10gen internal) spec here:
https://wiki.10gen.com/display/10GEN/Aggregation+helper
Note: the aggregate command can already be used through db.command:
db.command('aggregate', <collection name>, pipeline=[<your pipeline>])
|