Hi,
I have been using the Match function of MySql for my search. I read somewhere that the Match function will disregard words that are too short and words that appear too many times.
My question is how to overide this feature of Match(). I need to show search terms even if they appear a lot of times in the database.
Thanks