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(),
'38cb229181804e8713fdff395abfa2b20f33c5a6'
FROM dizkus_posts AS p,
dizkus_topics AS t
WHERE (MATCH p.post_text AGAINST ('Kinnert') OR MATCH t.topic_title AGAINST ('Kinnert'))
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