search products
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'Products', 'field' => 'name', 'operator' => 'IN', 'include_children' => false, ), array( 'taxonomy' => 'Companies', 'terms' => 'emergy', 'field' => 'name', 'operator' => 'IN', 'include_children' => false, ), );