You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well it might. I was not sure, I couldn't find any information on that 1000-limit in the mongodb docs. I'm not even sure if it's a really a bug (could also by by design or because of a misconfiguration or whatever?). I hoped anyone here might have more insight what could be the reason for this.
However, if it is not a bug, I thought it would be good to at least update parse's documentation.
We don't apply limits by default, if the query sent to the mongo driver actually has a limit higher than 1000 and from the driver we get 1000 results, this is an issue with either the driver or mongodb itself.
Issue Description
With mongo db version 3.0.12 and 3.0.14 a geo query that also has an order specified always returns a maximum number of 1000 results.
Note: without specifying the order everything works fine.
Also, mongo db version 3.2.x fixes this issue.
Maybe this is related to #999 (comment)
Steps to reproduce
You need a table with over 1000 objects. Then:
Expected Results
I'd expect a maximum number of 5000 object to be returned.
Actual Outcome
A maximum number of 1000 objects is returned.
Environment Setup
Server
Database
The text was updated successfully, but these errors were encountered: