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 d4ecad9..c4d6874 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "dennis@storefrontconsulting.com" } ], - "version": "7.1.13", + "version": "7.2.0", "autoload": { "files": [ "registration.php"