]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/partition-functions.src.sql
get address terms from address tags for rank 30
[nominatim.git] / sql / partition-functions.src.sql
index 8e54868b664bbbd108d2e371001a3b55ce1c4ca5..63548ab20ec6a1531f0bce77ef8e32c9338a9840 100644 (file)
@@ -72,8 +72,6 @@ BEGIN
   FOR item IN
     SELECT (get_addr_tag_rank(key, country)).*, key, name FROM
       (SELECT skeys(address) as key, svals(address) as name) x
-        WHERE key not in ('country', 'postcode', 'housenumber',
-                          'conscriptionnumber', 'streetnumber')
   LOOP
    IF item.from_rank is null THEN
      CONTINUE;