/**
  * (non-PHPDoc)
  * @see Rhapsody\SocialBundle\Doctrine\TopicManagerInterface::search()
  */
 public function search($query, $paginate = true)
 {
     return $this->repository->search($query, $paginate);
 }
Ejemplo n.º 2
0
 /**
  * (non-PHPDoc)
  * @see Rhapsody\SocialBundle\Doctrine\PostManagerInterface::search()
  */
 public function search($query)
 {
     return $this->repository->search($query);
 }