| accept-language |
| de |
Then address of result 0 is
- | type | value |
- | house_number | 86 |
- | road | Schellingstraße |
- | suburb | Eilbek |
- | postcode | 22089 |
+ | type | value |
+ | house_number | 86 |
+ | road | Schellingstraße |
+ | neighbourhood | Auenviertel |
+ | suburb | Eilbek |
+ | postcode | 22089 |
| city_district | Wandsbek |
- | state | Hamburg |
- | country | Deutschland |
- | country_code | de |
+ | country | Deutschland |
+ | country_code | de |
Scenario: House number interpolation odd
When sending json search query "Schellingstr 73, Hamburg" with address
| accept-language |
| de |
Then address of result 0 is
- | type | value |
- | house_number | 73 |
- | road | Schellingstraße |
- | suburb | Eilbek |
- | postcode | 22089 |
+ | type | value |
+ | house_number | 73 |
+ | road | Schellingstraße |
+ | neighbourhood | Auenviertel |
+ | suburb | Eilbek |
+ | postcode | 22089 |
| city_district | Wandsbek |
- | state | Hamburg |
- | country | Deutschland |
- | country_code | de |
+ | country | Deutschland |
+ | country_code | de |
+
+ Scenario: With missing housenumber search falls back to road
+ When sending json search query "342 rocha, santa lucia" with address
+ Then address of result 0 is
+ | type | value |
+ | road | Rocha |
+ | city | Santa Lucía |
+ | state | Canelones |
+ | postcode | 90700 |
+ | country | Uruguay |
+ | country_code | uy |
@Tiger
Scenario: TIGER house number
| amenity | restaurant |
Scenario: Arbitrary key/value search near given coordinate
- When sending json search query "[man_made=mast] 47.15739,9.61264"
+ When sending json search query "[man_made=mast] 47.15739° N 9.61264° E"
+ Then results contain
+ | class | type |
+ | man_made | mast |
+
+ Scenario: Arbitrary key/value search near given coordinate and named place
+ When sending json search query "[man_made=mast] amerlugalpe 47° 9′ 26″ N 9° 36′ 45″ E"
Then results contain
| class | type |
| man_made | mast |
+ Scenario: Name search near given coordinate
+ When sending json search query "amerlugalpe, N 47.15739° E 9.61264°"
+ Then exactly 1 result is returned
+
+ Scenario: Name search near given coordinate without result
+ When sending json search query "amerlugalpe, N 47 15 7 W 9 61 26"
+ Then exactly 0 results are returned
+
Scenario: Arbitrary key/value search near a road
When sending json search query "[leisure=table_soccer_table] immenbusch"
Then results contain