POST-ID:56186 array(4) { [0]=> object(WP_Term)#20535 (11) { ["term_id"]=> int(14116) ["name"]=> string(20) "Banana bread recipes" ["slug"]=> string(20) "banana-bread-recipes" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(14116) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(152) "Use up a bunch of ripe bananas with these delicious banana bread recipes. There's something for everyone, from healthy to sugar-free and vegan versions." ["parent"]=> int(0) ["count"]=> int(13) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#20505 (11) { ["term_id"]=> int(234) ["name"]=> string(14) "Banana recipes" ["slug"]=> string(14) "banana-recipes" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(234) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(109) "This potassium-rich fruit can be used in sweet and savoury dishes - we have ideas for over-ripe bananas, too." ["parent"]=> int(0) ["count"]=> int(46) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#20539 (11) { ["term_id"]=> int(427) ["name"]=> string(18) "Breakfast delights" ["slug"]=> string(18) "breakfast-delights" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(427) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(92) "Start your day right with breakfast delight recipes that make mornings deliciously memorable" ["parent"]=> int(0) ["count"]=> int(160) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#20538 (11) { ["term_id"]=> int(161) ["name"]=> string(21) "Breakfast inspiration" ["slug"]=> string(21) "breakfast-inspiration" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(161) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(86) "These simple breakfast ideas are quick to make and will have you set for the day ahead" ["parent"]=> int(0) ["count"]=> int(117) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } }
SELECT p.ID, p.post_title, rd.recipe_data_ref_id, rd.photo_file_name, rd.photo_src, rd.skill_level FROM bbc20may18_posts p LEFT JOIN bbc20may18_term_relationships tr ON (p.ID = tr.object_id) LEFT JOIN bbc20may18_recipes_data rd ON (p.ID = rd.recipe_post_id) WHERE (tr.term_taxonomy_id IN ( 14116, 234427161 ) OR rd.ingredients LIKE '%baked oats%' OR rd.ingredients LIKE '% Banana bread%' OR rd.ingredients LIKE '% Bananas%' OR rd.ingredients LIKE '% Oats%') AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 56186 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16