From c25d7b7b7aec37c726de8851852c52d5d7533fb1 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Wed, 5 Dec 2018 13:59:40 -0500 Subject: [PATCH] #47 Mismatch of description fields --- Model/Indexer/Flat.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Model/Indexer/Flat.php b/Model/Indexer/Flat.php index 408877e..7a5cb1f 100644 --- a/Model/Indexer/Flat.php +++ b/Model/Indexer/Flat.php @@ -334,7 +334,7 @@ public function reindexProductsForStore( $productIds, $store ) { 'name' => 'p.name', 'product_type' => 'p.type_id', 'product_id' => 'p.entity_id', - 'description' => 'p.short_description', + 'description' => 'p.description', 'external_id' => 'p.sku', 'image_url' => 'p.small_image', 'visibility' => 'p.visibility', diff --git a/composer.json b/composer.json index 928a5e2..c4d6874 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "dennis@storefrontconsulting.com" } ], - "version": "7.1.12", + "version": "7.2.0", "autoload": { "files": [ "registration.php"