Activate search with or withouth tilts

Hi all,

I’m sorry for bringing back this question but I’m having a similar issue and I cannot find why.

I have two related questions with this topic:

1. Searching accented words

I’m using tryton 5.0.15 and whenever I search an accented word I cannot find it. If I search it with the accent I can.

I’ve previously working with my database and after finding this problem I’ve executed inside psql the command you mentioned:

CREATE EXTENSION unaccent

But even after this if I search a tier (person) which name is Célida I can only find her if I search “cé”. I cannot find her if I serch “ce”.

2. Autocompletion of many2one

Additionally, fixing this will fix the same issue in the autocompletion of many2one fields?

Thanks in advance!