Помогите исправить ошибку с поиском
Ошибка в запросе БД:
Can't find FULLTEXT index matching the column list
SELECT id, slug, date_pub, title, content, notice
FROM cms_con_articles
WHERE is_pub = 1 AND MATCH(title, content, notice) AGAINST ('>\"бджд\" <+бдж*' IN BOOLEAN MODE)
Последние вызовы:
getSearchResultsCount() @ /public_html/system/controllers/search/actions/index.php: 81
search() @ /public_html/system/controllers/search/actions/index.php: 18
run()
call_user_func_array() @ /public_html/system/core/controller.php: 278
runExternalAction() @ /public_html/system/core/controller.php: 209
runAction() @ /public_html/system/core/core.php: 643
runController() @ /public_html/index.php: 28
habrahabr.ru/post/114572/
думаю проблема в этом
habrahabr.ru/post/114572/
Спасибо, разобрался! Теперь и сайт намного быстрее работает)