Re: [GENERAL] changing text search treatment of puncutation

2008-07-03 Thread Oleg Bartunov
On Wed, 2 Jul 2008, Tom Lane wrote: John DeSoi <[EMAIL PROTECTED]> writes: Is there an easy way to change '/' to be treated like '-' ? I've looked over the documentation several times and could not find anything. Even just a way to get the two tokens 'home' and 'work' without the joined form wo

Re: [GENERAL] changing text search treatment of puncutation

2008-07-03 Thread Teodor Sigaev
In general there seem to be a lot of ways that people wish they could tweak the text search parser, and telling them to write their own parser isn't a very helpful response for most folk. I don't have an idea about how to improve the situation, but it seems like something that should be thought

Re: [GENERAL] changing text search treatment of puncutation

2008-07-02 Thread Tom Lane
John DeSoi <[EMAIL PROTECTED]> writes: > Is there an easy way to change '/' to be treated like '-' ? I've > looked over the documentation several times and could not find > anything. Even just a way to get the two tokens 'home' and 'work' > without the joined form would be helpful. Seems lik