part 1
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'asset_type', 'terms' => array( 'event-program', ' film', ' live' ), 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'asset_type', 'terms' => array( 'event-program', ' film', ' live' ), 'field' => 'slug', ), );