portolio_category
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'portfolio-category', 'terms' => 'term_id', 'field' => 'term_id', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'portfolio-category', 'terms' => 'term_id', 'field' => 'term_id', ), );