8000 Timeline: mysql error when FULLTEXT search is enabled · Issue #4589 · unacms/UNA · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Timeline: mysql error when FULLTEXT search is enabled #4589
Closed
@AlexTr

Description

@AlexTr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0