test
$meta_query = array( 'relation' => 'OR', array( 'key' => 'attached_order', 'compare' => '=', ), array( 'key' => 'booking_date_start', 'compare' => '=', 'type' => 'DATETIME', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'attached_order', 'compare' => '=', ), array( 'key' => 'booking_date_start', 'compare' => '=', 'type' => 'DATETIME', ), );