Tax Query
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => 'categoryTest', 'field' => 'slug', ), array( 'taxonomy' => 'type', 'terms' => array( 'typeTest', ' typeTest2' ), 'field' => 'term_id', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => 'categoryTest', 'field' => 'slug', ), array( 'taxonomy' => 'type', 'terms' => array( 'typeTest', ' typeTest2' ), 'field' => 'term_id', ), );