Brad Vogel
Brad Vogel
oh ok. Does a change need to be made to our documentation?
Yeah, or `ignoreCase: true` that defaults to true (would require a major version bump)
sounds good - file a PR
I'm not sure as we don't use meteor anymore. Try looking through the compiled source of your app to see if the code from the package is in there?
Interesting and could be useful. Would this be a replacement for the current API? What are the advantages of having _cursors on each result?
Yes, sounds useful. I'd accept a PR. Perhaps for now make it an option?
Yes, sounds useful. I'd accept a PR. Perhaps for now make it an option?
> Also is there any way to get the total count instead of HasNext ? I can mimic that by running countDocuments with the query before the Mongo query but...
@ayrtonvwf Thanks for letting us know about the issue npm installing. That should now be fixed. Can you share more about what you're trying to do? Are you putting a...
Re: mongodb installing when running `npm test`. Strange. I'm not seeing that. My repro steps: ``` git clone [email protected]:mixmaxhq/mongo-cursor-pagination.git cd mongo-cursor-pagination npm install npm test ``` Perhaps `mongodb-memory-server` (https://www.npmjs.com/package/mongodb-memory-server) isn't...