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

Fix case-insensitive search for unicode characters in SQLite #520

Merged
merged 1 commit into from Aug 27, 2023

Conversation

sissbruecker
Copy link
Owner

@sissbruecker sissbruecker commented Aug 27, 2023

Allows case-insensitive search for unicode characters (cyrillic, umlauts, ...) when using SQLite.

Fixes #181
Fixes #485

@sissbruecker sissbruecker merged commit 0c50906 into master Aug 27, 2023
2 checks passed
@sissbruecker sissbruecker deleted the feat/sqlite-unicdoe-search branch August 27, 2023 13:41
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.

Cyrillic search is case sensetive Case-insensitive search does not work with non-ASCII characters
1 participant