Sort postcode by name in search
This commit is contained in:
parent
5cee74e003
commit
e35557fa8f
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ public class SearchCoreFactory {
|
|||
return false;
|
||||
}
|
||||
sr.objectType = ObjectType.POSTCODE;
|
||||
sr.priorityDistance = 0;
|
||||
} else {
|
||||
if ((locSpecified && !villagesBbox.contains(x, y, x, y))
|
||||
|| !phrase.isSearchTypeAllowed(ObjectType.VILLAGE)) {
|
||||
|
|
Loading…
Reference in a new issue