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

Search only returns lower case results. #26

Closed
Marxsal opened this issue Jan 28, 2022 · 2 comments
Closed

Search only returns lower case results. #26

Marxsal opened this issue Jan 28, 2022 · 2 comments

Comments

@Marxsal
Copy link
Contributor

Marxsal commented Jan 28, 2022

Go to the search box. Type "plug". Or type "Plug". Either way you will only see 5 topics, and they are all lowercase. Click on "plugin" and it will take you to topic "plugin (25)", which represents only the lowercase topic name -- there are 53 other items under topic "Plugin".

@Jermolene
Copy link
Member

Thanks @Marxsal I can confirm the issue – the JavaScript that is handling the search doesn't know how to slugify the topics correctly, and is linking to the unslugified version of the title.

@Jermolene
Copy link
Member

This was fixed by the switch to a TW5 UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants