WordPress database error: [Can't find FULLTEXT index matching the column list]insert into rvrup_yarpp_related_cache (reference_ID,ID,score) SELECT 393 AS reference_ID, ID, ROUND(0 + (MATCH (post_content) AGAINST ('golf gloves glove hand game hands choosing wear buy accessories play pair wearing choose below check handed measure always properly')) * 1 + (MATCH (post_title) AGAINST ('golf gloves necessary accessory golfers')) * 1 + COUNT(DISTINCT IF( terms.term_taxonomy_id IN (4), terms.term_taxonomy_id, null )) * 1,4) AS score
FROM rvrup_posts
left join rvrup_term_relationships as terms on ( terms.object_id = rvrup_posts.ID )
WHERE post_status IN ( 'publish', 'static' ) AND post_password ='' AND post_date > date_sub(now(), INTERVAL 12 month) AND post_type IN ('post') AND rvrup_posts.ID NOT IN (393)
GROUP BY ID
HAVING score >= 4.000000 AND ID != 0 ORDER BY score DESC LIMIT 4 on duplicate key update date = now()