Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-16 Thread Oleg Bartunov
> > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Ross J. > > Reedstrom > > Sent: Friday, 16 August 2002 4:59 AM > > To: Oleg Bartunov > > Cc: Christopher Kings-Lynne; Hackers > > Subject: Re: [H

Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-16 Thread Teodor Sigaev
gt; > Chris > > >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]On Behalf Of Ross J. >>Reedstrom >>Sent: Friday, 16 August 2002 4:59 AM >>To: Oleg Bartunov >>Cc: Christopher Kings-Lynne; Hackers >>Subject: Re: [

Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-15 Thread Oleg Bartunov
Ross and Chris, I was reading too fast :-) The problem is actually more complex: We have to distinguish 4 cases when Query could returns zero result: 1. normal - there are no such words 2. query consists of stop-words only 3. query consists of lexems of non-indexed clasess (specified in parser c

Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-15 Thread Christopher Kings-Lynne
Behalf Of Ross J. > Reedstrom > Sent: Friday, 16 August 2002 4:59 AM > To: Oleg Bartunov > Cc: Christopher Kings-Lynne; Hackers > Subject: Re: [HACKERS] tsearch bug in 7.2.1? > > > On Thu, Aug 15, 2002 at 11:59:20AM +0300, Oleg Bartunov wrote: > > tsearch has compile

Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-15 Thread Ross J. Reedstrom
On Thu, Aug 15, 2002 at 11:59:20AM +0300, Oleg Bartunov wrote: > tsearch has compiled-in stop-list, it's currently just not flexible > as OpenFTS does. We plan to move most functionality to tsearch but > currently have no time. Feel free to join us to speedup tsearch > development. Oleg - I thin

Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-15 Thread Christopher Kings-Lynne
> tsearch has compiled-in stop-list, it's currently just not flexible > as OpenFTS does. We plan to move most functionality to tsearch but > currently have no time. Feel free to join us to speedup tsearch > development. Unfortunately I'm just as time-deprived :( Chris -

Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-15 Thread Oleg Bartunov
opher > > Kings-Lynne > > Sent: Thursday, 15 August 2002 1:43 PM > > To: Hackers > > Subject: [HACKERS] tsearch bug in 7.2.1? > > > > > > Hi, > > > > I noticed this behaviour: > > > > usa=# SELE

Re: [HACKERS] tsearch bug in 7.2.1?

2002-08-14 Thread Christopher Kings-Lynne
5 August 2002 1:43 PM > To: Hackers > Subject: [HACKERS] tsearch bug in 7.2.1? > > > Hi, > > I noticed this behaviour: > > usa=# SELECT rr.id, rr.name, rr.description FROM recipe_recipes rr WHERE >

[HACKERS] tsearch bug in 7.2.1?

2002-08-14 Thread Christopher Kings-Lynne
Hi, I noticed this behaviour: usa=# SELECT rr.id, rr.name, rr.description FROM recipe_recipes rr WHERE rr.ftiidx ## 's'; id | name | description -+--+---