]> git.openstreetmap.org Git - nominatim.git/commit
correctly exclude streets with housenumber searches
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 28 Nov 2023 16:53:37 +0000 (17:53 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 28 Nov 2023 16:53:37 +0000 (17:53 +0100)
commitb2319e52ff8c995eb3350098811cbabc29b32f51
tree8aff1086a92cca48cff599a41b99e201adb19c5b
parent25279d009a3d6aa0662a49fbde3d937775e26322
correctly exclude streets with housenumber searches

Street result are not subject to the full filtering in the SQL
query, so recheck.
nominatim/api/search/db_searches.py
test/python/api/search/test_search_places.py