Open mbfakourii opened 2 years ago
I tried to solve the problem but it seems like it is a limitation on Parse server side.
parse server cannot process or
, and
and nor
with two or severallimit
in where
Hm, there may be limitations, but we may also be able to lift them with a PR in Parse Server.
So I guess we can change this to feature
.
New Issue Checklist
Issue Description
QueryBuilders in QueryBuilder.or has a problem when limit is used and does not send the limit value!
Steps to reproduce
I used the following code but it did not send the limit value
URL
Finally, because the library did not send the limit, it returned all the data!
Actual Outcome
According to the example above, the output should be about 10 items
Expected Outcome
But the server sent all the data!
Environment
Parse Flutter SDK
3.1.3
11
Server
5.2.5
Logs
None