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
Loading
Arjun PanwarPosted Dec 8, 2011, 12:07 AM
Refer the following link...
http://www.java2s.com/Tutorial/MySQL/0040__Select-Query/TheMATCHfunctionalsosortsmultipleresultsberelevancewiththefirstresultbeingthemostrelevant.htm
Thanks
Jimmy UnderwoodPosted Dec 8, 2011, 1:00 AM
Thanks
Prabhu RajaPosted Dec 8, 2011, 12:16 AM
Its your Own Question or taken from Some Where Else?
http://www.abestweb.com/forums/programming-datafeeds-tools-188/question-match-function-mysql-63472.html
Satyapriya NayakPosted Dec 7, 2011, 5:16 AM
Refer
http://dev.mysql.com/doc/refman/5.0/en/fulltext-natural-language.html
Thanks