]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/db/query/linking.feature
save differing linked polace names in extra fields
[nominatim.git] / test / bdd / db / query / linking.feature
index 4e6c47d88e77056ccf13acdc514a0334f0afd917..d11ba31f8aa168e0eb1eb565c74bb2ff76da99b3 100644 (file)
@@ -20,3 +20,23 @@ Feature: Searching linked places
         Then results contain
          | osm |
          | R13 |
+
+
+    Scenario: Differing names from linked places are searchable
+        Given the places
+         | osm  | class    | type           | admin | name  | geometry |
+         | R13  | boundary | administrative | 6     | Garbo | poly-area:0.1 |
+        Given the places
+         | osm  | class    | type           | admin | name  | geometry |
+         | N2   | place    | hamlet         | 15    | Vario | 0.006 0.00001 |
+        And the relations
+         | id | members       | tags+type |
+         | 13 | N2:label      | boundary |
+        When importing
+        Then placex contains
+         | object  | linked_place_id |
+         | N2      | R13 |
+        When sending search query "Vario"
+        Then results contain
+         | osm |
+         | R13 |