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 |
- Re: [GENERAL] Seaching without accents Augusto Cesar Castoldi
- Re: [GENERAL] Seaching without accents James M Moe