+ | object | nameaddress_vector |
+ | W1 | bonn, new york, smalltown |
+
+ Scenario: A known addr:* tag is not added if the name is unknown
+ Given the scene roads-with-pois
+ And the places
+ | osm | class | type | name | addr+city | geometry |
+ | W1 | highway | residential | Road | Nandu | :w-north |
+ When importing
+ Then search_name contains not
+ | object | nameaddress_vector |
+ | W1 | nandu |
+
+ Scenario: addr:postcode is not added to the address terms
+ Given the scene roads-with-pois
+ And the places
+ | osm | class | type | name+ref | geometry |
+ | N1 | place | state | 12345 | 80 80 |
+ And the named places
+ | osm | class | type | addr+postcode | geometry |
+ | W1 | highway | residential | 12345 | :w-north |
+ When importing
+ Then search_name contains not