_solution_expertise not existent
$meta_query = array( 'relation' => 'OR', array( 'key' => '_solution_expertise', 'compare' => 'NOT EXISTS', ), array( 'key' => '_solution_expertise', 'value' => '1', 'compare' => '<', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => '_solution_expertise', 'compare' => 'NOT EXISTS', ), array( 'key' => '_solution_expertise', 'value' => '1', 'compare' => '<', ), );