DATABASE ERROR:
SELECT i.id,i.title,i.description,i.content,i.seolink,c.title as cat,c.seolink as cat_seolink,MATCH(i.content) AGAINST('Вслед за Standard & Poor's рейтинг Испании повысила и Moody's') AS rel FROM cms_content i INNER JOIN cms_category c ON c.id=i.category_id WHERE MATCH(i.content) AGAINST('Вслед за Standard & Poor's рейтинг Испании повысила и Moody's' IN BOOLEAN MODE) AND i.id NOT IN(40, 815, 814) AND i.published=1 AND i.is_arhive=0 AND i.pubdate<='2023-10-01 23:55:53' AND i.is_end=0 OR (i.is_end=1 AND i.enddate>='2023-10-01') ORDER BY rel DESC LIMIT 4
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 's рейтинг Испании повысила и Moody's') AS rel FROM cms_co' at line 1