X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4a8b78985bc0b20b67204633a776a8eb60eba02c..1d051e813a1f7604feaea563ad3209a192780df9:/lib-sql/functions/address_lookup.sql?ds=sidebyside diff --git a/lib-sql/functions/address_lookup.sql b/lib-sql/functions/address_lookup.sql index 312aa9b2..a32bfe71 100644 --- a/lib-sql/functions/address_lookup.sql +++ b/lib-sql/functions/address_lookup.sql @@ -187,6 +187,7 @@ BEGIN -- --- Return the record for the base entry. + current_rank_address := 1000; FOR location IN SELECT placex.place_id, osm_type, osm_id, name, coalesce(extratags->'linked_place', extratags->'place') as place_type,