Open heynemann opened 11 years ago
Implement the push Aggregation as in:
prices=Aggregation.push(Document.price)
This translates to aggregation query:
users: { $push: "$price" }
As can be seen in http://docs.mongodb.org/manual/reference/aggregation/group/#pipe._S_group.
This ticket is related to #46.
Implement the push Aggregation as in:
This translates to aggregation query:
As can be seen in http://docs.mongodb.org/manual/reference/aggregation/group/#pipe._S_group.
This ticket is related to #46.