Nominatim/test/bdd
Sarah Hoffmann fe11d3cbbd do not return POIs when dropping house number in query
We've previously added searching through rank 30 in a house
number search to enable searches for house number+name.
This had the unintended side effect that rank 30 objects
are also returned in s search that dropped the house number
from the query. This is wrong because POIs cannot function
as a parent to a house number.

This fix drops all rank 30 objects from the results for a
house number search if they do not match the requested house
number.
2021-06-17 14:21:20 +02:00
..
api enable BDD tests for different tokenizers 2021-05-05 10:31:51 +02:00
db do not return POIs when dropping house number in query 2021-06-17 14:21:20 +02:00
osm2pgsql remove osm2pgsql tag tests 2020-01-04 16:23:29 +01:00
steps switch BDD tests to always use search API 2021-06-06 15:27:52 +02:00
.behaverc add behave settings 2017-02-26 16:46:41 +01:00
environment.py enable BDD tests for different tokenizers 2021-05-05 10:31:51 +02:00