-
Notifications
You must be signed in to change notification settings - Fork 73
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
Pagination #53
Comments
Hum. I think you're found a bug in data.gov. The following is the code the will do what you want it to do in any other CKAN catalogue I've tested (so like, 2 other CKAN catalogues...):
But on data.gov it always returns just the first 10 rows. Consider reporting to https://github.com/GSA/data.gov/ |
It's weird that the cURL requests work perfectly, though the parameter looks like it's "start" rather than "offset": Start at offset 1:
Start at offset (10):
|
start=X should work exactly the same with ckanapi. closing as it looks like you were just using the wrong parameter. There is no code in ckanapi related to the parameters pased to specific actions. |
I'm trying to figure out how to page through results.
Create the object:
Execute query:
This gives me the first ten results. However, there doesn't appear to be a way to get the next ten results. I get the exact same results whether I call the last command, or:
or
They all return successful.
The text was updated successfully, but these errors were encountered: