SELECT SQL_CALC_FOUND_ROWS ba_posts.*, 1 rooms_available, 0 rooms_booked , IFNULL((SELECT price_meta2.meta_value + 0 FROM ba_postmeta price_meta2 WHERE price_meta2.post_id=ba_posts.ID AND price_meta2.meta_key='_accommodation_min_price:2024-11-10:2026-11-10' LIMIT 1), 0) accommodation_price , IFNULL((SELECT price_meta3.meta_value + 0 FROM ba_postmeta price_meta3 WHERE price_meta3.post_id=ba_posts.ID AND price_meta3.meta_key='accommodation_static_from_price' LIMIT 1), 0) accommodation_static_price
FROM ba_posts INNER JOIN ba_postmeta ON ( ba_posts.ID = ba_postmeta.post_id )
WHERE 1=1 AND (
ba_postmeta.meta_key = 'review_score'
) AND ba_posts.post_type = 'accommodation' AND ((ba_posts.post_status = 'publish'))
GROUP BY ba_posts.ID HAVING 1=1
ORDER BY ba_postmeta.meta_value+0 ASC
LIMIT 270, 9
Unfortunately no results match your search criteria. Please try searching for something else.