From 1c7c6c6c0c6571908bfcb79531c26f5732f1d1ca Mon Sep 17 00:00:00 2001 From: merdan Date: Sun, 17 Apr 2022 17:45:06 +0500 Subject: [PATCH] search suggestions finish --- packages/Sarga/Shop/src/Repositories/ProductRepository.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/Sarga/Shop/src/Repositories/ProductRepository.php b/packages/Sarga/Shop/src/Repositories/ProductRepository.php index 68f7cff90..e0f04d714 100644 --- a/packages/Sarga/Shop/src/Repositories/ProductRepository.php +++ b/packages/Sarga/Shop/src/Repositories/ProductRepository.php @@ -529,8 +529,7 @@ class ProductRepository extends WProductRepository 'visible_individually' => 1, 'url_key' => $parentProduct->sku, 'short_description' => $desc, - 'description' => $desc, - 'favoritesCount' => $data['favoriteCount'], + 'description' => $desc ]; if(isset($data['favoriteCount'])){