From f97ef8ebc1e7cf3df0d9580dd53c2310b3e908fa Mon Sep 17 00:00:00 2001 From: crevillo Date: Wed, 1 Apr 2015 12:50:05 +0200 Subject: [PATCH] EZP-24212: Translations are not deleted from Solr index --- search/plugins/ezsolr/ezsolr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/plugins/ezsolr/ezsolr.php b/search/plugins/ezsolr/ezsolr.php index 19c2ae31..f1b15e09 100644 --- a/search/plugins/ezsolr/ezsolr.php +++ b/search/plugins/ezsolr/ezsolr.php @@ -1401,7 +1401,7 @@ public function needCommit() */ public function needRemoveWithUpdate() { - return false; + return true; } /**