Something weird
Moderator: General Moderators
Something weird
I have faced something weird in fulltext search. I was testing my application and typed a sample tile:"Php and OOP". When I tried to search for "Php" I had no result although it was in boolean mode. After that I tried with the "OOP" but I got the same output. Does anyone know how to cope with this? I got to the conclusion that MySQL searches only for corect words but then I tried with my name, which is very unusual and I am sure there is not any dictionary that has it in its database, and I got a result.
did a quick search on google, reading a post on someones blog came up with this
http://dev.mysql.com/doc/refman/5.0/en/ ... uning.html
amazing what you can find when you take the trouble to have look
andft_min_word_len *really* should be lowered to 3 by default.
http://dev.mysql.com/doc/refman/5.0/en/ ... uning.html
amazing what you can find when you take the trouble to have look