Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

skillLocation

search

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'skills',
		'value'   => 'value',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'office_location',
		'value'   => 'value',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
);