/** * @return array */ public function findAllBySearchWord($searchWord) { return $this->repository->findAllBySearchWord($searchWord); }