Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

producttyp textstring

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'produkttyp',
		'value'   => '127',
		'compare' => 'LIKE',
	),
);