mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
move place=isolated_dwelling up to the same rank as place=locality
This commit is contained in:
@@ -985,7 +985,7 @@ BEGIN
|
||||
ELSEIF NEW.type in ('suburb','croft','subdivision') THEN
|
||||
NEW.rank_search := 20;
|
||||
NEW.rank_address := NEW.rank_search;
|
||||
ELSEIF NEW.type in ('farm','locality','islet') THEN
|
||||
ELSEIF NEW.type in ('farm','locality','islet','isolated_dwelling') THEN
|
||||
NEW.rank_search := 20;
|
||||
NEW.rank_address := 0;
|
||||
ELSEIF NEW.type in ('hall_of_residence','neighbourhood','housing_estate','nature_reserve') THEN
|
||||
|
||||
Reference in New Issue
Block a user