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

Normalize and fold Unicode text in auto-complete #11

Closed
dvirsky opened this issue Dec 6, 2016 · 1 comment · Fixed by #23
Closed

Normalize and fold Unicode text in auto-complete #11

dvirsky opened this issue Dec 6, 2016 · 1 comment · Fixed by #23

Comments

@dvirsky
Copy link
Contributor

dvirsky commented Dec 6, 2016

Right now we do not process text entered into the autocomplete engine at all. no lower-casing, no accent removing etc.

With the introduction of libnu to the engine, it is now possible to clean and case-fold the input and the query text, to allow more recall and not have the user do this manually.

@mheiber
Copy link
Contributor

mheiber commented Jan 2, 2017

working on this

mheiber added a commit to mheiber/RediSearch that referenced this issue Jan 2, 2017
close RediSearch#11

copy/pasted issue summary:

Right now we do not process text entered into the autocomplete engine at all. no lower-casing, no accent removing etc.

With the introduction of libnu to the engine, it is now possible to clean and case-fold the input and the query text, to allow more recall and not have the user do this manually.
mheiber added a commit to mheiber/RediSearch that referenced this issue Jan 2, 2017
close RediSearch#11

copy/pasted issue summary:

Right now we do not process text entered into the autocomplete engine at all. no lower-casing, no accent removing etc.

With the introduction of libnu to the engine, it is now possible to clean and case-fold the input and the query text, to allow more recall and not have the user do this manually.
mheiber added a commit to mheiber/RediSearch that referenced this issue Jan 2, 2017
close RediSearch#11

copy/pasted issue summary:

Right now we do not process text entered into the autocomplete engine at all. no lower-casing, no accent removing etc.

With the introduction of libnu to the engine, it is now possible to clean and case-fold the input and the query text, to allow more recall and not have the user do this manually.
mheiber added a commit to mheiber/RediSearch that referenced this issue Jan 8, 2017
Make suggestions (auto-complete) case-insensitive

Close RediSearch#11
mheiber added a commit to mheiber/RediSearch that referenced this issue Jan 8, 2017
Make suggestions (auto-complete) case-insensitive

Close RediSearch#11
mheiber added a commit to mheiber/RediSearch that referenced this issue Jan 10, 2017
Make suggestions (auto-complete) case-insensitive

Close RediSearch#11
mheiber added a commit to mheiber/RediSearch that referenced this issue Jan 18, 2017
Make suggestions (auto-complete) case-insensitive

Close RediSearch#11
rafie added a commit that referenced this issue Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants