Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tex

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'tags',
		'terms'            => array( 'Nasa', 'Space' ),
		'field'            => 'name',
		'operator'         => 'AND',
	),
);