Преглед на файлове

[Frontend] Recherche : correctif produit indisponible

feature/module_traiteur_v1
Guillaume преди 4 години
родител
ревизия
6a5531ceff
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. +5
    -1
      ShopBundle/Repository/ProductFamilyRepository.php

+ 5
- 1
ShopBundle/Repository/ProductFamilyRepository.php Целия файл

@@ -102,7 +102,11 @@ class ProductFamilyRepository extends BaseRepository implements DefaultRepositor
public function findByTerms($terms, $maxResults = false)
{
$query = $this->findByMerchantQuery() ;
$query = $this->joinRelations($query) ;

$query->leftJoin('e.productCategories', 'cat');
$query->addSelect('cat') ;

$query->orderBy('e.position', 'ASC');

$query->andWhere('e.status = 1');
$query->andWhere('e.title LIKE :terms OR cat.title LIKE :terms');

Loading…
Отказ
Запис