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

don't filter text, make special chars searchable #488

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

skjerns
Copy link
Member

@skjerns skjerns commented Aug 2, 2022

By disabling cleanUserText in AutoComplete it would be possible to search for anything containing special characters, e.g. D'Angelo.

Animation

Fixes #468

I think this should be rather safe. The data is already in the database. We do not perform any sanitation while creating the users or items. So insertion via AutoComplete cannot do any more harm than this anyway.

@skjerns
Copy link
Member Author

skjerns commented Sep 28, 2022

@daniel17903 I don't understand why the tests fail :-/

@muety
Copy link
Contributor

muety commented Sep 2, 2024

Any updates on this? 🤔

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

Successfully merging this pull request may close these issues.

Apostrophes cant be searched in names
3 participants