Doctrine findBy with OR condition April 9, 2023 by Tarik You can write: $this->repos['notif']->findBy(array('status' => array(1, 2, 3))); and that should work too.