Why do non ASCII characters cause problems in elastic search?

Greetings.
I have found a problem in the search bar of my application (that uses Elasticsearch for the search bar).
If I do a fuzzy search of a text (in this case the title of a book) that is quite long (more than 96 characters) and that uses non ASCII characters (for example in my case, ®). I get the following error:
too_complex_to_determinize_exception: Determinizing automaton with 11390 states and 22957 transitions would result in more than 10000 states.
I've tried to find answer in google and in the documentation, but either there aren't or I'm not a good researcher, regardless. I would be grateful if I get an explanation into why this is happening.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.