Fix search tests
This commit is contained in:
parent
36555ab120
commit
13d3741fea
1 changed files with 2 additions and 0 deletions
|
@ -1036,6 +1036,8 @@ public class SearchCoreFactory {
|
|||
res.localeName += " " + ref;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
phrase.countUnknownWordsMatch(res, "", null, countExtraWords);
|
||||
}
|
||||
|
||||
res.object = object;
|
||||
|
|
Loading…
Reference in a new issue