2 Feature: Update of names in place objects
3 Test all naming related issues in updates
5 Scenario: Delete postcode from postcode boundaries without ref
6 Given the grid with origin DE
10 | osm | class | type | postcode | geometry |
11 | R1 | boundary | postal_code | 12345 | (1,2,3,4,1) |
13 And sending search query "12345"
18 | osm | class | type | geometry |
19 | R1 | boundary | postal_code | (1,2,3,4,1) |
20 Then placex has no entry for R1