I'm building a search field. When users type "a", server will return results with contain "a", latin chacracters will be accepted too.
Example: User: type "a". Server return: á, à, ă, A, Á,...
I have read this link: Efficiently replace all accented characters in a string?
but I don't know how to use with query string.