Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Perception Query

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => '_wp_attached_google_vision',
		'terms'            => 'mountain',
		'operator'         => 'IN',
	),
);