Re: Postgres Fulltext Search IContains not work

2023-06-06 Thread jian he
On Tuesday, May 16, 2023 at 5:26:04 AM UTC+8 sebasti...@gmail.com wrote: I have in my Postgres Database a product with following tupple: (description_de='Elegante Bluse',title_de='Elegante Bluse,slug='elegante-bluse') Not i have a field for a fulltextsearch over this table. I try to filtering

Postgres Fulltext Search IContains not work

2023-05-15 Thread sebasti...@gmail.com
I have in my Postgres Database a product with following tupple: (description_de='Elegante Bluse',title_de='Elegante Bluse,slug='elegante-bluse') Not i have a field for a fulltextsearch over this table. I try to filtering by: When i now search after "Elegante" it works perfect but when i searc