This commit is contained in:
PavelRatushny 2017-10-06 17:08:15 +03:00
parent 12b12896b4
commit 5ac126b105

View file

@ -540,6 +540,10 @@ public class SearchUICore {
}
}
}
if (Algorithms.isEmpty(object.localeName) && object.alternateName != null) {
object.localeName = object.alternateName;
object.alternateName = null;
}
if (matcher == null || matcher.publish(object)) {
count++;
object.parentSearchResult = parentSearchResult;