Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta_query

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'polaziste',
		'value'   => '$polaziste',
		'compare' => 'IN',
	),
);