From: Sarah Hoffmann Date: Sun, 12 Feb 2012 10:12:51 +0000 (+0000) Subject: move place=isolated_dwelling up to the same rank as place=locality X-Git-Tag: v2.0.0~115 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/b07185c93450d097c6e3428f3c32475c69f21313?ds=sidebyside move place=isolated_dwelling up to the same rank as place=locality --- diff --git a/sql/functions.sql b/sql/functions.sql index de850718..3029d015 100644 --- a/sql/functions.sql +++ b/sql/functions.sql @@ -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