Install ICU extension and querying non-ASCII (non-latin) #1579
Unanswered
reinaldonetof
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, guys! I'm facing a problem with the query, when we try to search by non-Latin alphabet, the query is case-sensitive and returns different values as expected. I saw on the documentation https://watermelondb.dev/Query.html#like--not-like and there is a note:
For instance, while the comparison is case-insensitive, SQLite cannot by default compare non-ASCII characters case-insensitively (unless you install ICU extension).
How can I install this ICU extension?
@radex would be nice if you can see this 😁
Beta Was this translation helpful? Give feedback.
All reactions