I have the following string in portuguese: calça
But when a use search using calca I need to convert to calça Is there a gem ou a dict I can use to convert non accents strings to words with correct accents in portuguese?
I have the following string in portuguese: calça
But when a use search using calca I need to convert to calça Is there a gem ou a dict I can use to convert non accents strings to words with correct accents in portuguese?
To remove accents in ruby: Ruby method to remove accents from UTF-8 international characters
To remove accents in elastic search: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-asciifolding-tokenfilter.html
To remove accents in postgres: Function to remove accents in postgreSQL