Custom Query (2152 matches)
Results (1567 - 1569 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1597 | fixed | Tag search - filter by group | dread | |
Description |
I want to browse tags, but filtered for a particular group. Currently our tag API doesn't allow for filtering by group. This is important for improving groups as communities within a site #1521. It would be easy to do this by adding an option to filter by a group. BUT are there any other use cases that would warrant a more complete faceted tag search? -- BTW I can currently draw a tag cloud for a group - I can get the top tags used in a group like this: curl http://thedatahub.org/api/action/package_search -d '{"q":"groups:country-ca", "facet.field":"tags", "rows":"0"}' but it only contains the top 20 tags. |
|||
#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
|
|||
#1706 | duplicate | Tag taxonomies package schema | seanh | seanh |
Description |
Enable ckanext's to add new vocabularies to default_package_schema(), use the new vocabularies in templates for dataset view, create, edit pages, helper function for extensions to create a vocabulary schema for a given vocabulary name (must match a vocab already in the db) and add it to default package schema. |