Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tags case-independent #29

Closed
glennlunder opened this issue Jan 22, 2014 · 2 comments
Closed

Make tags case-independent #29

glennlunder opened this issue Jan 22, 2014 · 2 comments

Comments

@glennlunder
Copy link

MIgrated from issue #158 on the trac-server.

Menace: "What the topic says; the current system apparently leads to situations like this, where the latter is spelled with a capital K in the tag itself."

http://demozoo.org/productions/tagged/4klang/
http://demozoo.org/productions/tagged/4klang_1/

Gasman: "Makes sense - ticketed. On the subject of tags - for a project at work I used the jquery library Tag-It http://aehlke.github.io/tag-it/ (not to be confused with the Django library Taggit, which Demozoo is already using :-) ) which provides a more intuitive input field, has support for autocomplete suggestions, deals nicely with the minefield of different ways of entering them (comma-separated, space-separated, quoting for multiple words) and turned out to be really easy to integrate. We should definitely use it, and solve a lot of our tag-entry problems in one go... "

@glennlunder
Copy link
Author

@gasman
Copy link
Contributor

gasman commented Apr 17, 2014

Fixed in 157c631 - all tags are now slugified (converted to lower-case and spaces replaced by dashes) so these duplicates don't arise.

@gasman gasman closed this as completed Apr 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants