SELECT wp_posts.post_title as title, wp_posts.post_title as post_title, wp_posts.ID as id, 1 as blogid, wp_posts.post_date as date, wp_posts.post_date as post_date, wp_posts.post_content as content, wp_posts.post_excerpt as excerpt, wp_posts.post_type as post_type, ‘pagepost’ as content_type, ‘post_page_cpt’ as g_content_type, (SELECT wp_users.display_name as author FROM wp_users WHERE wp_users.ID = wp_posts.post_author ) as author, wp_posts.post_author as post_author, wp_posts.post_type as post_type, 100 AS priority, 1 AS p_type_priority, 1 AS group_priority, (1) as relevance, 1 as customfp, 1 as customfs FROM wp_posts WHERE (wp_posts.post_type IN (‘post’,’page’) ) AND (1) AND (wp_posts.post_status IN (‘publish’) ) AND (1) AND ( (1) ) GROUP BY wp_posts.ID ORDER BY group_priority DESC, priority DESC, p_type_priority ASC, relevance DESC, wp_posts.post_date DESC, id DESC LIMIT 500
This is the bug that appear, when you search without any words