On Saturday 24 September 2005 00:09, Oleg Bartunov wrote:
> Ron,
>
> probably you need to write custom parser. tsearch2 supports
> different parsers.
>
To expand somewhat on what Oleg mentioned, you can find a howto on writing a
custom parser here :
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html
This example might be exactly what you are looking for, I did not look into it
too much myself though, but it appears to just split on whitespace.
There is lots of documentation, examples, help, and other goodies for tsearch2
here:
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
HTH,
Andy