Core-data querying limit #315
Replies: 1 comment 3 replies
-
You could try to modify the config of Service.MaxResultCount |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing a http request to core-data api to get readings of a resource in an specific interval. I want all the readings in that interval so I am putting the limit to -1 as the documentation said, to get all remaining readings. But I get in the response an incoherent number of readings compared to total count number. I also see that there isn't all the readings of the interval. Why is this issue happening?
Beta Was this translation helpful? Give feedback.
All reactions