Custom Query (2152 matches)
Results (106 - 108 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#107 | invalid | Provide information about uploading material | rgrp | rgrp |
Description |
Often people who are registering resources want to make the associated material available. We should:
In long run (now ticket:186) we may automate this by providing a ckan upload facility which caches the data and then reuploads it to relevant service (disadvantage is "we" are the owner of the data on that service ...) |
|||
#108 | fixed | Package search in the REST API | dread | rgrp |
Description |
Add package search facility in the rest api at /api/search Queries can be provided as for the normal package search either by posting to that url or by performing a get with a query string. E.g. .../api/search/package?q=xyz Query parameters:
Additional parameters in addition to query ("q" or "qjson") are:
Return value is json encoded dictionary with keys:
Extras (for the future)
|
|||
#109 | fixed | Tag search in the REST API | rgrp | dread |
Description |
Similar to ticket:108 but for tags: /api/search/tag?q For tags search is extremely simple since you can only search by name. Possible Extras
|