Re[2]: Bug or feature fulltext search?

2002-08-01 Thread Artem V. Ryabov
Hello Sergei, Tuesday, July 23, 2002, 10:17:06 PM, you wrote: SG Hi! SG On Jul 23, Artem V. Ryabov wrote: Hello mysql, see this 2 queries: why they not equal? why first skip many records? mysql select left(ftText,20) from Txt_index where match(ftText) against('+(wùd200206*) +wù12p'

Re[2]: Bug or feature fulltext search?

2002-07-24 Thread Artem V. Ryabov
Hello Sergei, Tuesday, July 23, 2002, 10:17:06 PM, you wrote: SG Hi! SG On Jul 23, Artem V. Ryabov wrote: Hello mysql, see this 2 queries: why they not equal? why first skip many records? mysql select left(ftText,20) from Txt_index where match(ftText) against('+(wùd200206*) +wù12p'

Re: Re[2]: Bug or feature fulltext search?

2002-07-24 Thread Jocelyn Fournier
] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 10:43 AM Subject: Re[2]: Bug or feature fulltext search? Hello Sergei, Tuesday, July 23, 2002, 10:17:06 PM, you wrote: SG Hi! SG On Jul 23, Artem V. Ryabov wrote: Hello mysql, see this 2 queries: why they not equal? why first

Re: Bug or feature fulltext search?

2002-07-24 Thread Sergei Golubchik
Hi! On Jul 24, Jocelyn Fournier wrote: Hi, I've encountered a similar bug on my own table. If you want, I can upload a tar.gz of my table (5 MB), with the associated query needed to reproduce the problem ? Regards, Jocelyn sure, thank you. upload it to

Re: Bug or feature fulltext search?

2002-07-24 Thread Jocelyn Fournier
(0.01 sec) Regards, Jocelyn - Original Message - From: Sergei Golubchik [EMAIL PROTECTED] To: Jocelyn Fournier [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 4:45 PM Subject: Re: Bug or feature fulltext search? Hi! On Jul 24, Jocelyn Fournier wrote: Hi

Bug or feature fulltext search?

2002-07-23 Thread Artem V. Ryabov
Hello mysql, see this 2 queries: why they not equal? why first skip many records? mysql select left(ftText,20) from Txt_index where match(ftText) against('+(wÝd200206*) +wÝ12p' in boolean mode); +--+ | left(ftText,20) | +--+ | wÝd20020601 wÝ12p

Re: Bug or feature fulltext search?

2002-07-23 Thread Sergei Golubchik
Hi! On Jul 23, Artem V. Ryabov wrote: Hello mysql, see this 2 queries: why they not equal? why first skip many records? mysql select left(ftText,20) from Txt_index where match(ftText) against('+(wщd200206*) +wщ12p' in boolean mode); 3 rows in set (0.36 sec) mysql select