Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

acf

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'dr_city',
		'value'   => '$_GET['city']',
		'compare' => 'LIKE',
	),
);