SQL error
Query:
select name, id, summary, source, image_url, match(name,contents,ingredients,summary) against('bronco burger') as relevance, match(name) against('bronco burger') as rel2 from recipe where (match(name,contents,ingredients,summary) against('bronco burger') or match(name) against('bronco burger')) where id!=1 order by rel2 desc, relevance desc, name desc limit 5 offset 0
Error no: 1064
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 'where id!=1 order by rel2 desc, relevance desc, name desc limit 5 offset 0' at line 1