Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax1

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'filieres',
		'terms'            => 'term 1',
		'field'            => 'name',
		'operator'         => 'AND',
	),
	array(
		'taxonomy'         => 'accompagne',
		'terms'            => 'term 2',
		'field'            => 'name',
		'operator'         => 'AND',
	),
);