From bedea963a873b2106e17b50508a98205ae76a129 Mon Sep 17 00:00:00 2001 From: vChabot Date: Fri, 29 Jun 2012 08:42:53 +0000 Subject: [PATCH] [-] BO : BugFix : #PSCFV-2958 : Tags do not work after import --- controllers/admin/AdminImportController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php index 2eb4cf30e..d52411d93 100644 --- a/controllers/admin/AdminImportController.php +++ b/controllers/admin/AdminImportController.php @@ -1314,6 +1314,8 @@ class AdminImportControllerCore extends AdminController } } } + // we have to index new tags to be able to search new created tags + Search::indexation(false); } //delete existing images if "delete_existing_images" is set to 1 if (isset($product->delete_existing_images))