]> git.openstreetmap.org Git - nominatim.git/commit
use place type of for result object in address parts
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Sep 2020 16:17:01 +0000 (18:17 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Sep 2020 16:17:01 +0000 (18:17 +0200)
commitfe8566928e395dd76d5be0e9f4a8dea00156f787
treef1d2543fcd3d82d56aa84f9d6b1d3d28b93f02c3
parentdf115c73b21a5efcd0e0cc815a4d8228093b62d0
use place type of for result object in address parts

Boundaries shound derive the address part type from the
linked place if possible. This was already implemented
for the address objects but not for the address information
from the address itself.

Fixes #1949.
sql/functions/address_lookup.sql
test/bdd/api/search/queries.feature