-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
> Is there a setting that allows me to specify that strings containing
> the '/' should be parsed into separate words? As is, I can't find
> 'apple' or 'orange'.
No setting, I think you would have to mess with tsearch2 dictionaries. A
far
On Thu, 26 Apr 2007, John DeSoi wrote:
For example:
select to_tsvector('cat,dog apple/orange');
to_tsvector
--
'cat':1 'dog':2 'apple/orange':3
(1 row)
Is there a setting that allows me to specify that strings containing the '/'
should be parsed int