We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I like the idea of this package and i remember reading one day that Aggregations can return a cursor.
Im wondering instead of refetching the documents from the DB https://github.com/JcBernack/meteor-reactive-aggregate/blob/master/aggregate.js#L34 and tracking that cursor if its possible to follow the aggregation cursor discussed here https://docs.mongodb.org/v3.0/reference/method/db.collection.aggregate/#cursor-behavior
The text was updated successfully, but these errors were encountered:
That would be great. I will look into it, but probably not before next year.
Sorry, something went wrong.
Did this ever happen?
Unfortunately not, no time to look into it.
Thanks for the response :)
+1
No branches or pull requests
I like the idea of this package and i remember reading one day that Aggregations can return a cursor.
Im wondering instead of refetching the documents from the DB https://github.com/JcBernack/meteor-reactive-aggregate/blob/master/aggregate.js#L34 and tracking that cursor if its possible to follow the aggregation cursor discussed here https://docs.mongodb.org/v3.0/reference/method/db.collection.aggregate/#cursor-behavior
The text was updated successfully, but these errors were encountered: