I have a web app developed with Hibernate, Spring and Java, that accesses an Informix database...
Imagine you are searching for a certain record with an accent on it, like "María", but you write "Maria" in the search box... now it doesn't show any result, but it must show the "María" record, as well as any other combination like "Maríá" or "Máríá" or "Mária", etc...
How could I achieve it? Thanks in advance...