MeetSnowmaker
10/17/2022, 2:39 PMWHERE to_tsvector(concat_ws(' ', "test"."Test"."barcode")) @@ to_tsquery($1)
instead of the index created for this pupose. is this intentional and the pg should solve the query planning? or i am missing something in the docs?David Hancu
10/23/2022, 10:11 AMpg_trgm
. The way it works is that I build the queries from scratch in a middleware, so it uses the index.