Skip to content

Commit

Permalink
EZP-27735 Solr index not updated immediately after change content pri…
Browse files Browse the repository at this point in the history
…ority
  • Loading branch information
kmadejski committed Aug 2, 2017
1 parent f02208e commit 064e22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/content/ezcontentoperationcollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ static public function updatePriority( $parentNodeID, $priorityArray = array(),
$db->commit();
if ( !eZSearch::getEngine() instanceof eZSearchEngine )
{
eZContentCacheManager::clearContentCacheIfNeeded( $objectIDs );
foreach ( $objectIDs as $objectID )
{
eZContentOperationCollection::registerSearchObject( $objectID );
Expand Down

0 comments on commit 064e22b

Please sign in to comment.