+ And sending search query "12345"
+ Then result 0 has not attributes osm_type
+ When sending search query "54321"
+ Then results contain
+ | ID | osm |
+ | 0 | R1 |
+
+ # github #1763
+ Scenario: Correct translation of highways under construction
+ Given the grid
+ | 1 | | | | 2 |
+ | | | 9 | | |
+ And the places
+ | osm | class | type | name | geometry |
+ | W1 | highway | construction | The build | 1,2 |
+ | N1 | amenity | cafe | Bean | 9 |
+ When importing
+ And sending json search query "Bean" with address
+ Then result addresses contain
+ | amenity | road |
+ | Bean | The build |
+
+ Scenario: when missing housenumbers in search don't return a POI
+ Given the places
+ | osm | class | type | name |
+ | N3 | amenity | restaurant | Wood Street |
+ And the places
+ | osm | class | type | name | housenr |
+ | N20 | amenity | restaurant | Red Way | 34 |
+ When importing
+ And sending search query "Wood Street 45"