The problem is that my "Name" column contains entries with accents (I am French).
I want that if someone searches the name "Nestlé", the function searches for the words "Nestlé" but also "Nestle", "nestle" ... the
case should not be a problem.
For now, the only solution found is to have a column "Tags", same as "Name" but without the
accents. With over 12,000 entries, the duplicate column is problematic for space and redundancy handling.
My first idea was to change the search entry for it ignores accents but I do not see how.
Thank you in advance