WordPress database error: [Can't find FULLTEXT index matching the column list]
SELECT posts.*, CASE WHEN posts.post_title REGEXP 'ab|exercises' THEN 1 ELSE 0 END AS keyword_in_title, MATCH ( posts.post_title, posts.post_content ) AGAINST ( 'ab exercises' ) AS mysql_score FROM wp_posts as posts WHERE posts.post_date_gmt <= '2010-09-06 15:06:00' AND ( posts.post_password = '' ) AND ( ( post_status = 'publish' ) ) AND ( posts.post_title REGEXP 'ab|exercises' OR posts.post_content REGEXP 'ab|exercises' ) GROUP BY posts.ID ORDER BY keyword_in_title DESC, mysql_score DESC, posts.post_date DESC LIMIT 0, 3

ab exercises
No entries found
Made with WordPress and Semiologic • Strawberry Cream, Classic skin by Antonella Pavese