]> git.openstreetmap.org Git - nominatim.git/commit
place lookup: filter places that have no details
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 27 Aug 2020 07:33:21 +0000 (09:33 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 27 Aug 2020 07:33:21 +0000 (09:33 +0200)
commit770754ae2c92c885057cbc1df43c9a4ecb0b6c92
tree5d0d843a5bfa1b42a679b03d6bd0addfa2021541
parenta932855f6f4def45d2d403f34b0200bc826546e9
place lookup: filter places that have no details

In rare cases search_name might have entries for places for
which we do not return details, in particular for linkees.
Need to remove those entries in the result list before returning
the details.

Fixes #1932.
lib/PlaceLookup.php