syntax error, unexpected '<', expecting FTS_TERM or FTS_NUMB or '*' SELECT `id`, `url`, `title`, MATCH (`title`,`description`,`tags`) AGAINST ('* *marvel *superman *ironman *fiction *comic *marvelcomics *marvelsuperheroes *comicbook *comicart' IN BOOLEAN MODE) as `score` FROM `designs` WHERE MATCH (`title`,`description`,`tags`) AGAINST ('* *marvel *superman *ironman *fiction *comic *marvelcomics *marvelsuperheroes *comicbook *comicart' IN BOOLEAN MODE) AND `id`!='1ae5535b' ORDER BY `score` DESC LIMIT 10