meteor-publication-collector icon indicating copy to clipboard operation
meteor-publication-collector copied to clipboard

Package doesn't handle limit/skip correctly

Open laddi opened this issue 7 years ago • 2 comments
trafficstars

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 avatar Sep 11 '18 00:09 laddi

Good catch. Feel free to file a PR on this, if possible. Thanks!

johanbrook avatar Sep 17 '18 10:09 johanbrook

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... 😄

laddi avatar Sep 18 '18 22:09 laddi