X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/61535c9972e307350c1b91dcb776e210f37d258e..887ae7fcabb4ce60841923643d00f641b592c0ef:/sql/functions/ranking.sql diff --git a/sql/functions/ranking.sql b/sql/functions/ranking.sql index 98e70a42..0c8f4c49 100644 --- a/sql/functions/ranking.sql +++ b/sql/functions/ranking.sql @@ -145,10 +145,6 @@ BEGIN THEN SELECT * INTO search_rank, address_rank FROM get_postcode_rank(country, postcode); - - IF NOT extended_type = 'A' THEN - address_rank := 0; - END IF; ELSEIF extended_type = 'N' AND place_class = 'highway' THEN search_rank = 30; address_rank = 0;