Hi.
We're doing an application where the user can do a search. That search retrieves the information from the DB.
The DB has info with words like: 'cão' 'atrás' 'avião'
When the user do a search with the same words but without accents ('cao' 'atras' 'aviao') it doesn't recognized the info.
How can we solve this without having to write all the words without accents in the BD?
Thank you.
We're doing an application where the user can do a search. That search retrieves the information from the DB.
The DB has info with words like: 'cão' 'atrás' 'avião'
When the user do a search with the same words but without accents ('cao' 'atras' 'aviao') it doesn't recognized the info.
How can we solve this without having to write all the words without accents in the BD?
Thank you.