This returns an empty result with some Japanese character included.
Right now, our platform supports different languages at the same time such as English, Japanese and French. Even if I switch to PostgreSQLSearchBackend, I still don't see the possibility to search text for different languages since it requires me to set a certain language like search_config = "pg_catalog.english"
Isn't there anything to support unicode search or something like that? (excuse my low knowledge on this topic)
What should be my approach? Can I achieve this with Watson?
Note: I have seen other issues as well.
Right now, our backend is
RegexSearchBackend
even though we are using PostgreSQL (I don't know why). And we are using the watson like this:This returns an empty result with some Japanese character included.
Right now, our platform supports different languages at the same time such as English, Japanese and French. Even if I switch to
PostgreSQLSearchBackend
, I still don't see the possibility to search text for different languages since it requires me to set a certain language likesearch_config = "pg_catalog.english"
Isn't there anything to support unicode search or something like that? (excuse my low knowledge on this topic)
What should be my approach? Can I achieve this with Watson?