Custom Query (2152 matches)
Results (289 - 291 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1722 | fixed | Update the package model for vocabularies | seanh | seanh |
Description |
See the etherpad for notes: http://ckan.okfnpad.org/22 |
|||
#1723 | wontfix | Update tests for taxonomies | seanh | seanh |
Description |
In the tag-taxonomies branch tags now (optionally) belong to vocabularies and where tags previously had unique names, a CKAN instance can now have two tags with the same name as long as they belong to different vocabularies. The tests for the tags model should probably be updated to reflect this. Other tests might also need to be updated. |
|||
#1724 | fixed | Update logic action functions for vocabularies | seanh | seanh |
Description |
ckan/logic/action/get.py:tag_list() Currently (I think) just returns all tags in the CKAN instance that the user has access to. Needs an optional argument to get only tags from a particular vocabulary? When called with no argument, should only return free tags? Also add an optional dataset argument, so you can get tags for a given dataset and/or vocabulary? ckan/logic/action/get.py:tag_autocomplete() Add optional argument to get only tags for a given vocab? When called with no argument, should get only free tags? ckan/logic/action/get.py:tag_search() Again, optional arguments for restricting by vocabulary and/or dataset. |