At 15:49 -0500 3/25/02, Tal-ee wrote:
>Hi, I saw your discussion and i was wondering if any of you know if there is
>a way to stop mySQL from ignoring 3-letter words in the AGAINST statement
>when you use the MATCH operator?
>Thanks,
>-Tal-ee
It's in the manual.
http://www.mysql.com/doc/F/u/Fulltext_Fine-tuning.html
>
>
>
>
>-----Original Message-----
>From: Dan Tappin [mailto:dan@stripped]
>Sent: Monday, March 25, 2002 10:03 AM
>To: Alec.Cawley@stripped
>Cc: mysql@stripped
>Subject: Re: Dumb Newbie Keyword Search Question
>
>
>Thanks Alec,
>
>That is exactly what I was looking for.
>
>Dan
>
>> I think what you want is a FULLTEXT index with the MATCH operator - see
> > http://www.mysql.com/doc/F/u/Fulltext_Search.html .
>>
>> Particularl.y, see the new developments in fulltext in V4.0.1 half way
>doen
>> the page
>>
> > Alec Cawley