I've tried to check out the teaser from Fantatic Science, but I get this error:
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 '491, 492, 497) ORDER BY SCORE DESC LIMIT 0, 12' at line 6
SELECT *, MATCH(shortDescription) AGAINST ("Don\'t let anyone else tell you different, it\'s as you always suspected in your deepest fears. Size matters, and there\'s no denying it.This this daunting, anatomically over-endowed PDF has 174 pages of hilarious content!") AS SCORE FROM `tblProducts` WHERE MATCH(shortDescription) AGAINST ("Don\'t let anyone else tell you different, it\'s as you always suspected in your deepest fears. Size matters, and there\'s no denying it.This this daunting, anatomically over-endowed PDF has 174 pages of hilarious content!") AND `ID`!=42 AND isPickNMix=1 AND `status`='Available' AND `ID` NOT IN (42, 101, 51, 569)491, 492, 497) ORDER BY SCORE DESC LIMIT 0, 12
What is the problem?