Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeline: mysql error when FULLTEXT search is enabled #4589

Closed
AlexTr opened this issue Dec 15, 2023 · 0 comments
Closed

Timeline: mysql error when FULLTEXT search is enabled #4589

AlexTr opened this issue Dec 15, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@AlexTr
Copy link
Contributor

AlexTr commented Dec 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants