Show no respect!
This commit is contained in:
@@ -39,6 +39,9 @@ class TeammemberRepository extends AbstractRepository
|
||||
public function findByCategories(array $categories = [])
|
||||
{
|
||||
$qb = $this->createQuery();
|
||||
|
||||
$qb->getQuerySettings()->setRespectStoragePage(false);
|
||||
|
||||
$qb->matching($qb->in('categories', $categories));
|
||||
|
||||
return $qb->execute();
|
||||
|
||||
Reference in New Issue
Block a user