Yii2 Multilple e filtro em algum lugar
$query->andFilterWhere([
'or',
['like', 'ap.fiscal_name', $this->relatedName],
['like', 'ad.fiscal_name', $this->relatedName],
]);
Panicky Panther