Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement min aggregation #51

Open
heynemann opened this issue Oct 1, 2013 · 0 comments
Open

Implement min aggregation #51

heynemann opened this issue Oct 1, 2013 · 0 comments

Comments

@heynemann
Copy link
Owner

Implement the min Aggregation as in:

price=Aggregation.min(Document.price)

This translates to aggregation query:

{ $min : "$price" }

As can be seen in http://docs.mongodb.org/manual/reference/aggregation/group/#pipe._S_group.

This ticket is related to #46.

@heynemann heynemann mentioned this issue Oct 1, 2013
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant