Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

busca-categorias or busca-tags

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'busca-categorias',
		'value'   => 'valor_aqui',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'busca-tags',
		'value'   => 'valor_aqui',
		'compare' => 'LIKE',
	),
);