Expected post not showing
-
Hello,
I expected this post:
https://mealcomparison.com/green-chef-vs-hello-fresh/
To show up on this page:
https://mealcomparison.com/how-long-does-hellofresh-last/I’m having 2 taxonomies used for filtering: category, brand
I’ve checked and both posts have overlapping taxonomy terms in both taxonomies. I imagine there’s something I’m not understanding about this.Here’s a Query Monitor output:
SELECT wp_posts.*, MATCH (wp_posts.post_title) AGAINST ('How long does HelloFresh last?') as score FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_posts.post_date <= '2021-11-01 07:10:06' ) AND wp_posts.ID NOT IN (438) AND ( wp_term_relationships.term_taxonomy_id IN (10,35) ) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'inherit')) AND MATCH (wp_posts.post_title) AGAINST ('How long does HelloFresh last?') GROUP BY wp_posts.ID ORDER BY score DESC LIMIT 0, 5
Could you let me know what else you might need from me?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Expected post not showing’ is closed to new replies.