Custom field -section- query
$meta_query = array( 'relation' => 'OR', array( 'key' => 'section', 'compare' => 'NOT EXISTS', ), array( 'key' => 'section', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'section', 'compare' => 'NOT EXISTS', ), array( 'key' => 'section', ), );