This commit is contained in:
parent
318ae3d3cf
commit
9251a6bb4a
1 changed files with 4 additions and 3 deletions
|
@ -719,9 +719,10 @@ public class SearchCoreFactory {
|
|||
results.put(res.pt.getKeyName(), res);
|
||||
}
|
||||
}
|
||||
if (nmAdditional != null) {
|
||||
addAditonals(nmAdditional, results, types.getOtherMapCategory());
|
||||
}
|
||||
// don't spam results with unsearchable additionals like 'description', 'email', ...
|
||||
// if (nmAdditional != null) {
|
||||
// addAditonals(nmAdditional, results, types.getOtherMapCategory());
|
||||
// }
|
||||
for (PoiCategory c : categories) {
|
||||
PoiTypeResult res = checkPoiType(nm, c);
|
||||
if(res != null) {
|
||||
|
|
Loading…
Reference in a new issue