MySQL Error Occured
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY MATCH (name,description) AGAINST ('') DESC LIMIT 5' at line 1

QUERY = SELECT MATCH (name,description) AGAINST ('') AS score1, productId, name, image, description, customPriceText FROM CubeCart_inventory WHERE expiredProduct = 0 AND MATCH (name,description) AGAINST ('') > 3 AND productId NOT IN () ORDER BY MATCH (name,description) AGAINST ('') DESC LIMIT 5