return $this->andWhere('.oldUrls LIKE :oldUrl')->setParameter('oldUrl', '%'.$oldUrl.'%'); | return $this->andWhere('.oldUrls LIKE :oldUrl')->setParameter('oldUrl', '%'.$oldUrl.'%'); | ||||
} | } | ||||
public function resetRelationsJoin(): void | |||||
{ | |||||
} | |||||
/* | /* | ||||
* DEVALIAS | * DEVALIAS | ||||
*/ | */ |
public function createDefaultQuery(RepositoryQueryInterface $query = null): RepositoryQueryInterface | public function createDefaultQuery(RepositoryQueryInterface $query = null): RepositoryQueryInterface | ||||
{ | { | ||||
$query = $this->createQuery($query); | $query = $this->createQuery($query); | ||||
$query->resetRelationsJoin(); | |||||
$this->filtersDefault($query); | $this->filtersDefault($query); | ||||
$this->relationsDefault($query); | $this->relationsDefault($query); | ||||
$this->orderByDefault($query); | $this->orderByDefault($query); |