mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
move transliteration of housenumbers into indexing
Housenumbers are now saved in transliterated form in the housenumber column. This saves the transliteration step during lookup.
This commit is contained in:
@@ -680,6 +680,7 @@ BEGIN
|
||||
NEW.housenumber := NEW.address->'housenumber';
|
||||
i := getorcreate_housenumber_id(make_standard_name(NEW.housenumber));
|
||||
END IF;
|
||||
NEW.housenumber := transliteration(NEW.housenumber);
|
||||
|
||||
addr_street := NEW.address->'street';
|
||||
addr_place := NEW.address->'place';
|
||||
|
||||
Reference in New Issue
Block a user