Job AND Catagory tax Query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'job', 'terms' => 'term1', 'field' => 'name', 'operator' => 'AND', ), array( 'taxonomy' => 'category', 'terms' => 'term2', 'field' => 'name', 'operator' => 'AND', ), );