mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 02:47:59 +00:00
get address terms from address tags for rank 30
For rank 30 objects add extra elements into the place_addressline table.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user