Goldeneye Posted December 21, 2009 Share Posted December 21, 2009 Hello! I am currently using MySQL's FULLTEXT searching capabilities with BOOLEAN MODE. The search-script itself works perfectly. But I was wondering: 1. Is there a way you can search Stop-Words in query?; 2. How can you negate the exclusion of words that are 3-characters or less? Thank you for any advice. Quote Link to comment https://forums.phpfreaks.com/topic/185851-fulltext-boolean-mode-searching-stop-words-and-3-letter-words-or-less/ Share on other sites More sharing options...
fenway Posted December 21, 2009 Share Posted December 21, 2009 You'll have to recompile mysql. Quote Link to comment https://forums.phpfreaks.com/topic/185851-fulltext-boolean-mode-searching-stop-words-and-3-letter-words-or-less/#findComment-981693 Share on other sites More sharing options...
Goldeneye Posted December 22, 2009 Author Share Posted December 22, 2009 Damn, I was afraid the solution was beyond my control. I'll find another way to search, then. Quote Link to comment https://forums.phpfreaks.com/topic/185851-fulltext-boolean-mode-searching-stop-words-and-3-letter-words-or-less/#findComment-982120 Share on other sites More sharing options...
fenway Posted December 22, 2009 Share Posted December 22, 2009 Sphinx? Quote Link to comment https://forums.phpfreaks.com/topic/185851-fulltext-boolean-mode-searching-stop-words-and-3-letter-words-or-less/#findComment-982122 Share on other sites More sharing options...
Goldeneye Posted December 24, 2009 Author Share Posted December 24, 2009 This might be the solution to my problem. Thank you, Fenway! Quote Link to comment https://forums.phpfreaks.com/topic/185851-fulltext-boolean-mode-searching-stop-words-and-3-letter-words-or-less/#findComment-983508 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.