commit
a970e083f4
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue