Skip to content

Commit 78fec2b

Browse files
committed
ACP2E-1569: Elasticsearch Indexer document version changes version when new/existing products are imported
1 parent cb3d4c5 commit 78fec2b

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,7 @@ protected function _deleteProducts()
11141114
'catalog_product_import_bunch_delete_after',
11151115
['adapter' => $this, 'bunch' => $bunch]
11161116
);
1117+
$this->reindexProducts($idsToDelete);
11171118
}
11181119
}
11191120
return $this;

0 commit comments

Comments
 (0)