Fix address search sorting

This commit is contained in:
Alexey Kulish 2017-03-25 21:04:40 +03:00
parent 51d9605cde
commit 28938b67a0

View file

@ -1156,7 +1156,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
SearchSettings settings = searchUICore.getSearchSettings()
.setEmptyQueryAllowed(true)
.setAddressSearch(true)
.setSortByName(true)
.setSortByName(false)
.setSearchTypes(ObjectType.CITY, ObjectType.VILLAGE, ObjectType.POSTCODE,
ObjectType.HOUSE, ObjectType.STREET_INTERSECTION, ObjectType.STREET,
ObjectType.LOCATION, ObjectType.PARTIAL_LOCATION)