-
Notifications
You must be signed in to change notification settings - Fork 31
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
Does not work on the client side #26
Comments
You can get around this with a simple meteor method. |
Possible but not simple. Simple woud just be to work :) |
Doing this would require re-implementing mongodb's aggregate pipeline functionality on the client similar to how Meteor's minimongo package implements all the other mongodb functionality. Probably not going to happen in this package any time soon. |
It would not. It should just be a proxy for an automated server method that would simply call it from the server side and return it the answer to the client side. Of course, ideally to be reactive. |
How do you envision security working in that scenario? |
I think this is expected since MiniMongo is a complete rewrite of the mongo client for the client side, nad aggregation is not supported by Meteor OOTB... |
Collection.aggregate
is not definedIs it hard to support it?
The text was updated successfully, but these errors were encountered: