07/23/2014 at 6:29 pm
#297858
Keymaster
@ Mitch
If you convert the Connections tables to MyISAM using phpMyAdmin and the disable/reenable FULLTEXT, you should be able to turn off keyword search and enjoy the better search results that FULLTEXT will provide. fyi, in >= 0.8 I finally figured out how to choose the right DB storage engine by default based on PHP and the MySQL version so new user install should always support FULLTEXT. Older user that got stuck with keyword has to manually convert the tables, sorry!
