boby Posted August 9, 2007 Share Posted August 9, 2007 Hello, I've been working on a search function for a while now and have seen some MySQL installations where boolean searches can not be performed even according to the MySQL version this should be no problem. Can anyone tell me how can I check if the server supports boolean searches? Right now I am checking against MySQL version, but it seems it's not enough: $booleanSearch = version_compare (mysql_get_server_info(), '4.0.1', '>=') == 1; Thank you for any help! Boby Quote Link to comment https://forums.phpfreaks.com/topic/64114-check-if-booleanfulltext-searches-can-be-performed/ 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.