Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

company_postalcode

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'company_postalcode',
		'value'   => '22',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'company_postalcode',
		'value'   => '29',
		'compare' => 'LIKE',
	),
);