Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

_solution_expertise not existent

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