Ticket #1453 (new enhancement) — at Version 1
Flexible tag names
Reported by: | icmurray | Owned by: | icmurray |
---|---|---|---|
Priority: | major | Milestone: | ckan-sprint-2011-12-05 |
Component: | ckan | Keywords: | tags tag |
Cc: | dread | Repository: | ckan |
Theme: | none |
Description (last modified by icmurray) (diff)
Allowing more flexible tag names:
- allowing spaces
- allow capital letters (search is case sensitive)
- allow all punctuation except for commas
- allow unicode
- commas delimit tag names in the package create/edit form
Effects:
- package creation/edit form.
- /tag/{tagname} uri
- search action
- api controller (search/package-create/edit)
- web controller (search/package-create/edit)
- search api documentation
- autocomplete for tag names
Note: See
TracTickets for help on using
tickets.