Merged 5.2.N (5.2.2) to HEAD (5.2)

137088 gjames: Merged searchrep (5.2.1) to 5.2.N (5.2.1)
      137016 gjames: SEARCH-340: Changing range tags to label


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137603 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrei Rebegea
2017-06-15 11:19:31 +00:00
parent 58722b6198
commit b2be228977
2 changed files with 2 additions and 2 deletions

View File

@@ -638,7 +638,7 @@ public class SearchMapper
{
for (RangeParameters aRange:ranges)
{
if (aRange.getTags().contains(aPivot.getKey()))
if (aPivot.getKey().equals(aRange.getLabel()))
{
pivotKey = aPivot.getKey();
if (pivotKeys.isEmpty())