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

Cursors don't work #48

Closed
rushidesai opened this issue Oct 30, 2015 · 3 comments
Closed

Cursors don't work #48

rushidesai opened this issue Oct 30, 2015 · 3 comments

Comments

@rushidesai
Copy link

In query.getList:

selector._id = {
  $in: _id.map((id) => processId({id}))
};

_id is not an Array. It is actually { $gt: ... }

@tothandras
Copy link
Contributor

@rushidesai Can you demonstrate the problem? I can't see the error in the code.

@tothandras
Copy link
Contributor

@rushidesai Please provide more info, or I will close this.

@tothandras
Copy link
Contributor

@rushidesai I am closing this for now, ping me if you have anything.

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