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

Tags page is case-sensitive #8699

Closed
julianlam opened this issue Sep 30, 2020 · 0 comments
Closed

Tags page is case-sensitive #8699

julianlam opened this issue Sep 30, 2020 · 0 comments
Assignees
Labels

Comments

@julianlam
Copy link
Member

As evidenced in this line, the tags as entered are automatically cleaned up (trimmed, lower-cased, etc.)

tag = tag.trim().toLowerCase();

However, it is possible to access the tags page for tags with different cases, and it shows up as a tags list with 0 topics.

@julianlam julianlam self-assigned this Sep 30, 2020
@julianlam julianlam added the bug label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant