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
We only officially support Mongo 3.08 and 2.6.11, but the issues in Mongo 3.2.x are related to GeoPoints mostly, so if you aren't using GeoPoints, Mongo 3.2.x might mostly work. We won't be able to provide support or bugfixes for Mongo 3.2.x though.
Environment Setup
Steps to reproduce
After count problem solved #1726, I want to get the count only so add the limit parameter, but it didn't work.
This is what I got:
But what I expected is like current Parse REST API when I use the command below:
It response with installations count like this:
I tried that parameter like limit = 1 limit = 2 worked good, only 0 not.
The text was updated successfully, but these errors were encountered: