tax1
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'terminal', 'terms' => 'YOU', 'field' => 'name', 'operator' => 'IN', ), array( 'taxonomy' => 'date', 'terms' => '2021-29-11', 'field' => 'name', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'terminal', 'terms' => 'YOU', 'field' => 'name', 'operator' => 'IN', ), array( 'taxonomy' => 'date', 'terms' => '2021-29-11', 'field' => 'name', 'operator' => 'IN', ), );