How can I configure postgreSQL to search without acents?

 

Like:

 

Table “test”

Clumns: name , values:

Test

Test

tést

Tést

 

 

SELECT * FROM test WHERE name LIKE “tes%”

 

And it should return values “tést, test”

 

Thanks,

 

Augusto

Reply via email to