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

Not work case insensitive #820

Closed
antoxi4 opened this issue Jan 28, 2017 · 6 comments
Closed

Not work case insensitive #820

antoxi4 opened this issue Jan 28, 2017 · 6 comments
Labels

Comments

@antoxi4
Copy link

antoxi4 commented Jan 28, 2017

I try filter items with this query

items.filtered('actualName CONTAINS[c] $0', 'паркова');

and items result is zero. but if i change query string for
items.filtered('actualName CONTAINS[c] $0', 'Паркова');
then result is right.

RN 0.38
IOS, ANDROID.
Realm 0.15.4

@karagraysen
Copy link

Hi @antoxi4. Thanks for reaching out. We're working through a bit of backlog and will be in touch with a solution or follow-up questions soon. Cheers! :)

@kristiandupont
Copy link
Contributor

Hi @antoxi4 sorry, sorting and case insensitive string matches in queries are only supported for character sets in ‘Latin Basic’, ‘Latin Supplement’, ‘Latin Extended A’, ‘Latin Extended B’ (UTF-8 range 0-591).

@alexstoyanov
Copy link

@kristiandupont Are you going to support Cyrillic in the future? This is very important for applications which use this character set.

@dimlksin2
Copy link

Is there a solution to this problem? How can I get around this?

@dimlksin2
Copy link

why closed the task without a correct answer, the task is relevant and important not only for me!

@bmunkholm
Copy link
Contributor

@dimlksin2 You are welcome to create another issue with a request to support it. But just to set expectations, it's not trivial to do as it requires us to include a big ICU library.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants