mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix typo
This commit is contained in:
@@ -446,7 +446,7 @@ BEGIN
|
|||||||
FROM (SELECT skeys(address) as k, svals(address) as v) a
|
FROM (SELECT skeys(address) as k, svals(address) as v) a
|
||||||
WHERE not addr_ids_from_name(v) && parent_address_vector
|
WHERE not addr_ids_from_name(v) && parent_address_vector
|
||||||
AND k not in ('country', 'street', 'place', 'postcode',
|
AND k not in ('country', 'street', 'place', 'postcode',
|
||||||
'housenumber', 'streetnumber', 'consriptionnumber');
|
'housenumber', 'streetnumber', 'conscriptionnumber');
|
||||||
|
|
||||||
-- Compute all search terms from the addr: tags.
|
-- Compute all search terms from the addr: tags.
|
||||||
IF filtered_address IS NOT NULL THEN
|
IF filtered_address IS NOT NULL THEN
|
||||||
|
|||||||
Reference in New Issue
Block a user