Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

contactPhone

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'contactPhone',
		'value'   => 'test',
		'compare' => 'LIKE',
	),
);