Improved search for OSM Live
This commit is contained in:
parent
b730a4bee3
commit
7790c3d6ea
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ public class SearchCoreFactory {
|
|||
return false;
|
||||
}
|
||||
if (ids.contains(object.getId())) {
|
||||
object.setName(object.getName() + " (closed)");
|
||||
object.setIsClosed(true);
|
||||
}
|
||||
SearchResult sr = new SearchResult(phrase);
|
||||
sr.otherNames = object.getAllNames(true);
|
||||
|
|
Loading…
Reference in a new issue