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 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
Archived
This topic is now archived and is closed to further replies.