philbookst
04/10/2022, 1:25 PMsql
select *
from "Post"
where
to_tsvector('german', title)
@@ to_tsquery('german', 'chol');
but I'm not getting any results, any idea why?Needle
04/10/2022, 1:25 PM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/10/2022, 2:16 PMNeedle
04/10/2022, 2:16 PMphilbookst
04/10/2022, 9:31 PMgaryaustin
04/10/2022, 9:40 PM