Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta_query1

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'frontage',
		'value'   => '$_GET['frontage']',
		'compare' => 'LIKE',
		'type'    => 'NUMERIC',
	),
);