Hi, Your last two statement looks contradict. I see the below results for the below query : edb=# SELECT * FROM people WHERE complete @@ to_tsquery('STEVEN & FLINN'); id | name | lastname | complete ----+-------------------+----------------+------------------------------------------------- 3 | WILLINGTON STEVEN | STEPHENS FLINN | 'flinn':4 'stephen':3 'steven':2 'willington':1 (1 row) Please confirm if you are able to see the same result here or you see no result for the above query. Please clarify. Also, on which database version are you running this?
... View more