Example #1
0
 /**
  * Finds threads of a participant, matching a given query
  *
  * @param Query $query
  * @return mixed a query builder suitable for pagination
  */
 public function getQueryBuilder(Query $query)
 {
     return $this->threadManager->getParticipantThreadsBySearchQueryBuilder($this->getAuthenticatedParticipant(), $query->getEscaped());
 }