|
@@ -86,8 +86,8 @@ |
|
|
block discarded – undo |
|
86
|
86
|
{ |
|
87
|
87
|
$qb = $this->em->getRepository($this->page_class)->getQueryToFindPublished('p'); |
|
88
|
88
|
$qb->andWhere('p.metaRobots IS NULL OR p.metaRobots != :noi OR p.metaRobots NOT LIKE :noi2') |
|
89
|
|
- ->setParameter('noi', 'noindex') |
|
90
|
|
- ->setParameter('noi2', '%noindex%'); |
|
|
89
|
+ ->setParameter('noi', 'noindex') |
|
|
90
|
+ ->setParameter('noi2', '%noindex%'); |
|
91
|
91
|
$qb->andWhere('p.mainContent NOT LIKE :noi')->setParameter('noi', 'Location:%'); |
|
92
|
92
|
|
|
93
|
93
|
if (null !== $limit) { |
Please login to merge, or discard this patch.