SELECT ma_posts.*, 1 rooms_available, 0 rooms_booked , IFNULL((SELECT price_meta2.meta_value + 0 FROM ma_postmeta price_meta2 WHERE price_meta2.post_id=ma_posts.ID AND price_meta2.meta_key='_accommodation_min_price:2025-12-10:2027-12-10' LIMIT 1), 0) accommodation_price , IFNULL((SELECT price_meta3.meta_value + 0 FROM ma_postmeta price_meta3 WHERE price_meta3.post_id=ma_posts.ID AND price_meta3.meta_key='accommodation_static_from_price' LIMIT 1), 0) accommodation_static_price
FROM ma_posts INNER JOIN ma_postmeta ON ( ma_posts.ID = ma_postmeta.post_id )
WHERE 1=1 AND (
( ma_postmeta.meta_key = 'accommodation_location_post_id' AND ma_postmeta.meta_value IN ('2074') )
) AND ma_posts.post_type = 'accommodation' AND ((ma_posts.post_status = 'publish'))
GROUP BY ma_posts.ID HAVING 1=1
ORDER BY ma_posts.post_title ASC
Unfortunately no accommodations were found.
Unfortunately no tours were found.
Unfortunately no cruises were found.
Unfortunately no car rentals were found.
