Custom Query (2152 matches)
Results (1 - 3 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#834 | worksforme | Searching in CKAN | Alexander | |
Description |
Hello. I've installed stable CKAN v1.1 from PyPI. I can't find any docs about using CKAN API in order to query packages. Query ./api/search/package?q=str works fine, but with extra parameters, such as limit, offset, fullinfo, order_by, search_notes, don't. Should I use new version for this? How can I perform this query via Ckanclient? Is it possible? Also I'm interested how to find open-licensed files? I tied URL ./api/search/package?q=str&open_only=1&downloadable_only=1 and Ckanclient: result = ckan.package_search('str', {'open_only': 1, 'downloadable_only': 1}) As result nothing found. Thanks. |
|||
#668 | invalid | Caching issues on API v1 | thejimmyg | Colin Calnan |
Description |
It seems like the API v1 on CKAN metastable (cset:ec21f8e1c87e) has some caching issues. Steps to test:
|
|||
#822 | fixed | Docs: Configuration as site-available instead of site-enabled for apache | Javier de la Cueva <jdelacueva@…> | |
Description |
The documentation for setting up Apache uses sites-enabled instead of sites-available and a2ensite demo.ckan.net |