Re: removing 4 character limit for full text searches

2001-10-26 Thread Christopher Book
You just missed the right spot in the manual... try here: http://www.mysql.com/doc/F/u/Fulltext_Fine-tuning.html Chris I didn't make myself really clear in my question. I would like to include words that are 3 characters in a FULLTEXT index. Th

Re: removing 4 character limit for full text searches

2001-10-26 Thread Sergei Golubchik
Hi! On Oct 26, Oscar Nelson wrote: > At 09:40 PM 10/26/2001 +0200, Sergei Golubchik wrote: > >Hi! > > > >On Oct 26, Oscar Nelson wrote: > > > Full text searches in MySQL are limited to 4 characters or more. Is there > > > any simple > > > work around to lower this limit to three characters or mor

Re: removing 4 character limit for full text searches

2001-10-26 Thread Oscar Nelson
At 09:40 PM 10/26/2001 +0200, Sergei Golubchik wrote: >Hi! > >On Oct 26, Oscar Nelson wrote: > > Full text searches in MySQL are limited to 4 characters or more. Is there > > any simple > > work around to lower this limit to three characters or more? If there is > > not, does anyone have any point

Re: removing 4 character limit for full text searches

2001-10-26 Thread Sergei Golubchik
Hi! On Oct 26, Oscar Nelson wrote: > Full text searches in MySQL are limited to 4 characters or more. Is there > any simple > work around to lower this limit to three characters or more? If there is > not, does anyone have any pointers as to where I should start poking around > in the code? Yes

removing 4 character limit for full text searches

2001-10-26 Thread Oscar Nelson
Full text searches in MySQL are limited to 4 characters or more. Is there any simple work around to lower this limit to three characters or more? If there is not, does anyone have any pointers as to where I should start poking around in the code? Thanks, Oscar Nelson --