[ckan-dev] package_search by organisation name
Andy Lulham
a.lulham at gmail.com
Mon Dec 17 17:48:45 UTC 2018
Hi there,
The following API URL returns various packages, including one from an
organisation named “opendata_rco”:
https://demo.ckan.org/api/3/action/package_search
I’d like to create an API query that just returns the package(s) from
this organisation.
I guess this query would be something like:
https://demo.ckan.org/api/3/action/package_search?q=organization:name=
opendata_rco
…but that’s obviously not quite right, since it returns zero results.
Could someone enlighten me as to the correct query? Thanks in advance!
Andy
More information about the ckan-dev
mailing list