I am using to_tsvector
, and it works fine... But a new demand, to preserve exact original words (raw text), need "bypass" as dictionary.
... something like to use to_tsvector('raw', myString)
where myString
is something like "AATT GAA", no meaning for any dictionary.