Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Product by sku

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