Failed to prepare query!
Error: Can't find FULLTEXT index matching the column list
Query: SELECT COUNT(ft.topic_id) AS total_topics FROM forum_topics AS ft WHERE MATCH (ft.title, ft.content) AGAINST ('dog' IN BOOLEAN MODE) AND ft.status = 1