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 (I.name,I.description) AGAINST ('') DESC LIMIT 4' at line 1

QUERY = SELECT MATCH (I.name,I.description) AGAINST ('') AS score1, I.* FROM CubeCart_inventory AS I WHERE I.productId NOT IN () ORDER BY MATCH (I.name,I.description) AGAINST ('') DESC LIMIT 4