Friends in my ionic application API return data's are in Spanish language, I want to implement local search(sub string matching) in these data. Unfortunately accent/diacritics are does not match with normal character Eg. 'María', here 'í' is different from normal 'i' When I search using key word 'maria' i don't get the result.
How can I check 'í' is equal to 'i' and other characters.