-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
"count" value equals to "limit" #625
Comments
just noticed that if results are empty for example:
then |
What we say in the rest docs, is to set limit to 0 and get no objects when doing a count query... Is your intention to just get the count, or to also get results? |
oh, it was actually working properly with Parse.com rest api. |
Hi, I have a similar problem with the Javascript SDK :
Result from Parse.com is right (more than 100) And I use :
|
@gfosco I still have the problem regarding count. It returns only 100 as value. But in previous rest.api it was working. Can you please give us the update regarding this issue. |
Submitted #867 to remove the limit when counting objects... Take a look and make the same change if you'd like to test this behavior. Thanks. 👍 |
Having same problem, Cardinality of the set is not being counted properly... |
@haroot what do you mean? |
query request with
count=1
for counting objects, id always equal to requestedlimit
param, and doesn't show count of all objects.The text was updated successfully, but these errors were encountered: