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

Case Insensitive Search #8

Open
Maartenvm opened this issue Oct 31, 2019 · 0 comments
Open

Case Insensitive Search #8

Maartenvm opened this issue Oct 31, 2019 · 0 comments

Comments

@Maartenvm
Copy link

Currently http://localhost:8080/overview?searching=fiets and http://localhost:8080/overview?searching=Fiets yield different results. This is because these words are listed as seperate paradigms in the database.
This should be changed in a future version. All case variants of the words should be considered when searching for a wordform (aka the search should be case-insensitive).
This has an impact on many aspects of the code, in both database, backend(API) and in the frontend. Multiple paradigms could be returned instead of one, transforming the schema needed by the charts.

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

1 participant