Error in DBUtil::executeSQL: INSERT INTO search_result
(title, text, module, extra, created, found, sesid)
SELECT
t.topic_title,
REPLACE(p.post_text, '[addsig]', '') as text,
'Dizkus',
REPLACE ('https://www.levschach1919.de/index.php?module=forum&type=user&func=viewtopic&topic=%%%', '%%%', t.topic_id) as extra,
p.post_time,
NOW(),
'dde437cec517c8fe6003a9f415fca575cda862a7'
FROM dizkus_posts AS p,
dizkus_topics AS t
WHERE (MATCH p.post_text AGAINST ('Blitz') OR MATCH t.topic_title AGAINST ('Blitz'))
AND p.topic_id=t.topic_id
AND p.forum_id IN (5)
GROUP BY p.topic_id
SQLSTATE[HY000]: General error: 1191 Can't find FULLTEXT index matching the column list