Re: [GENERAL] (bash the search engine) Don't split on underscore

2006-12-20 Thread Hannes Dorbath
On 19.12.2006 20:32, Reece Hart wrote: On Tue, 2006-12-19 at 13:25 +0100, Hannes Dorbath wrote: A counter example is searching for "information schema", for which you'd probably want hits to "information_schema" as well. I think `information_schema' should be indexed as: - information - sc

Re: [GENERAL] (bash the search engine) Don't split on underscore

2006-12-19 Thread Reece Hart
On Tue, 2006-12-19 at 13:25 +0100, Hannes Dorbath wrote: > I think it would be useful to adjust the parser to not split on underscores: > > In case I'd like to lookup PG's to_number() function I won't get > anything useful. Number is contained nearly everywhere and to is > configured as stop wo