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

[Future] Support applySkipLimit or some way to respect skip/limit #21

Open
RobertLowe opened this issue Mar 12, 2015 · 1 comment
Open

Comments

@RobertLowe
Copy link

As of right now, Meteor doesn't support cursor.find({}, {skip: 5, limit: 5}).count({applySkipLimit: true}) all queries can be assumed to return the full number of matches documents without regards to the skip / limit.

So either:

When: meteor/meteor#1201 is resolved, publish-counts should support applySkipLimit.

Or if it turns out that applySkipLimit won't be supported we should figure out some workaround.

In the meantime it might be worth it to make note of this in the README.md.

Cheers

@mitar
Copy link

mitar commented Aug 1, 2016

Maybe this is enough for this feature: meteor/meteor@258b14a

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

2 participants