MySQL Error!
MySQL error in file: /engine/modules/search.php at line 708
Error Number: 1064
The Error returned was:
syntax error, unexpected ')', expecting $end
SQL query:
SELECT bm_post.id, bm_post.autor, bm_post.date, bm_post.short_story, CHAR_LENGTH(bm_post.full_story) as full_story, bm_post.xfields, bm_post.title, bm_post.category, bm_post.alt_name, bm_post.comm_num, bm_post.allow_comm, bm_post.fixed, bm_post.tags, bm_post_extras.news_read, bm_post_extras.allow_rate, bm_post_extras.rating, bm_post_extras.vote_num, bm_post_extras.votes, bm_post_extras.view_edit, bm_post_extras.editdate, bm_post_extras.editor, bm_post_extras.reason, MATCH(title,short_story,full_story,xfields) AGAINST ('+Mandarina +Bavaria +колдраша)' IN BOOLEAN MODE) as score FROM bm_post LEFT JOIN bm_post_extras ON (bm_post.id=bm_post_extras.news_id) WHERE bm_post.approve=1 AND MATCH(title,short_story,full_story,xfields) AGAINST ('+Mandarina +Bavaria +колдраша)' IN BOOLEAN MODE) ORDER BY score desc LIMIT 0,10