Ticket #1724 (new enhancement) — at Version 1
Update logic action functions
Reported by: | seanh | Owned by: | |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-sprint-2012-02-20 |
Component: | ecportal | Keywords: | taxonomies [4d] |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by seanh) (diff)
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.
Change History
Note: See
TracTickets for help on using
tickets.