editorial_type_tid
$meta_query = array( array( 'key' => 'editorial_type_tid', 'compare' => 'NOT EXISTS', ), array( 'key' => 'editorial_type', 'compare' => 'EXISTS', ), );
$meta_query = array( array( 'key' => 'editorial_type_tid', 'compare' => 'NOT EXISTS', ), array( 'key' => 'editorial_type', 'compare' => 'EXISTS', ), );