このソリューション を確認できます : $orX = $builder->expr()->orX(); foreach($ORs as $or) { $orX->add($or); } $builder->andWhere($orX);