Closed
Description
Query:
SELECT * FROM `bx_timeline_events` WHERE 1 AND `bx_timeline_events`.`type` ='timeline_common_post' AND `bx_timeline_events`.`status` ='active' AND `bx_timeline_events`.`status_admin` ='active' AND `bx_timeline_events`.`active` ='1' AND MATCH(`bx_timeline_events`.`title`) AGAINST ('test3') LIMIT 0, 4
Mysql error:
Can't find FULLTEXT index matching the column list
@AntonLV also it should be setting in Timeline for searchable fields like in other content modules (Searchable fields for keyword search
), also these fields must match FULLTEXT search index in the DB