I am trying to figure out how to create TsQuery where when I query "Executive Sales" I get only results that have "Executive Sales" as the first and second word. For example
I have tried with Executive <-> Sales:* but this gives me results like:
FTS is the wrong tool for that job.
col1 LIKE 'Executive Sales%'