]> git.openstreetmap.org Git - nominatim.git/commit
merge linked names correctly into namedetails
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Mar 2022 10:02:02 +0000 (11:02 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Mar 2022 10:02:02 +0000 (11:02 +0100)
commite133476c355c07dd08a4203dd3f85e96c03105ff
treeff53fe032c3ff97fd18d68de79f3d2abd918c0fa
parent524dc64ab77afc08ecaa5bc92e4237c89fb4bc86
merge linked names correctly into namedetails

Convert the '_place_*' entries back to normal entries before
returning them in the 'namedetails' section. If the name field is
duplicated, kept the '_place_*' notation. This preserves the previous
behaviour before _place_ names were introduces but adds the additional
names from the linked place for reference.
lib-php/PlaceLookup.php
test/bdd/db/query/linking.feature
test/bdd/steps/http_responses.py