]> git.openstreetmap.org Git - nominatim.git/commit
save differing linked polace names in extra fields
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Mar 2022 15:38:52 +0000 (16:38 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Mar 2022 15:38:52 +0000 (16:38 +0100)
commit42cd021d0406970d6c96c029ab83d08dfbe02792
tree7da5c99ad9cdaf526fd91598ebf40450233d2748
parent433d2f4c7d01ca4903af009827452bf05d4de6ff
save differing linked polace names in extra fields

This keeps the names tracable and ensures that all names are searchable
when they differ. Do not keep names when they are exactly the same
to save some space. Linked names are cleaned out before relinking.
lib-sql/functions/placex_triggers.sql
test/bdd/db/query/linking.feature
test/bdd/steps/steps_db_ops.py