When sending json search query "Schellingstr 86, Hamburg" with address
| accept-language |
| de |
- Then address of result 0 is
+ Then address of result 0 contains
| type | value |
| house_number | 86 |
| road | Schellingstraße |
- | neighbourhood | Auenviertel |
- | suburb | Eilbek |
| postcode | 22089 |
| city | Hamburg |
| country | Deutschland |
When sending json search query "Schellingstr 73, Hamburg" with address
| accept-language |
| de |
- Then address of result 0 is
+ Then address of result 0 contains
| type | value |
| house_number | 73 |
| road | Schellingstraße |
- | neighbourhood | Auenviertel |
- | suburb | Eilbek |
| postcode | 22089 |
| city | Hamburg |
| country | Deutschland |
When sending json search query "22nd Street Southwest\v,\fHuron"
Then results contain
| class | type |
- | highway | residential |
\ No newline at end of file
+ | highway | residential |
+
+
+ # github #1949
+ Scenario: Addressdetails always return the place type
+ When sending json search query "Rotherbaum" with address
+ Then result addresses contain
+ | ID | suburb |
+ | 0 | Rotherbaum |