Group names, or full objects with all_fields (paged like organizationList).
The licences this portal offers.
Organization names, or full objects with all_fields. See groupOrOrgList
for how an all_fields list is completed.
Dataset names, paged with limit/offset.
Full-text / faceted dataset search.
CKAN reads a repeated fq= key as a Python list and pastes it into the Solr
filter, which fails with HTTP 409. So a single filter is sent as fq, and
several as CKAN's fq_list (each its own Solr filter query; all must
match). fq_list is only used for two or more, because CKAN splits a lone
fq_list value into characters. Facet fields go out as the JSON list CKAN
expects in facet.field.
Site title, CKAN version and enabled extensions of the portal.
Tags, optionally only those containing a substring.
Call any CKAN action by name and return its unwrapped
result.