Skip to content

Commit 09ae480

Browse files
committed
Merge pull request #187 from blankse/patch-1
Fix: EZP-23878 No result when I found 1 location in several languages wi...
2 parents a24aa70 + 43d81d0 commit 09ae480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

search/plugins/ezsolr/ezsolr.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,6 +1644,8 @@ protected function buildResultObjects( $resultArray, &$searchCount, $asObjects =
16441644
}
16451645
}
16461646

1647+
$localNodeIDList = array_unique( $localNodeIDList );
1648+
16471649
if ( !empty( $localNodeIDList ) )
16481650
{
16491651
$tmpNodeRowList = eZContentObjectTreeNode::fetch( $localNodeIDList, false, false );

0 commit comments

Comments
 (0)