Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test2

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'eee',
		'value'   => 'eee',
		'compare' => 'NOT LIKE',
		'type'    => 'BINARY',
	),
	array(
		'key'     => 'eee',
		'value'   => 'eee',
		'compare' => '=',
		'type'    => 'DATE',
	),
);