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

Package doesn't handle limit/skip correctly #37

Open
laddi opened this issue Sep 11, 2018 · 2 comments
Open

Package doesn't handle limit/skip correctly #37

laddi opened this issue Sep 11, 2018 · 2 comments

Comments

@laddi
Copy link

laddi commented Sep 11, 2018

In the latest version of Meteor (1.7.x) the following error is thrown when collecting data from a publication published with limit and/or skip:

Error: Must use an ordered observe with skip or limit (i.e. 'addedBefore' for observeChanges or 'addedAt' for observe, instead of 'added').

This seems to originate within the package because the same publication works correctly outside of the test.

@laddi laddi changed the title Package doesn't properly handle limit/skip Package doesn't handle limit/skip correctly Sep 11, 2018
@johanbrook
Copy link
Collaborator

johanbrook commented Sep 17, 2018 via email

@laddi
Copy link
Author

laddi commented Sep 18, 2018

Seems like that is easier said than done: #1643

Not sure how to tackle this. But it would be great if it could be sorted somehow... 😄

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