]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/import-address.style
adapt test results to new ranking
[nominatim.git] / settings / import-address.style
index 0a866c95d10ff5aff3783c47db040ca3a55fdf1b..bff9fa6510a12b91e484f4be63e4d704edaac82c 100644 (file)
@@ -5,8 +5,14 @@
         "no" : "skip"
     }
 },
+{   "keys" : ["wikipedia", "wikipedia:*", "wikidata"],
+    "values" : {
+        "" : "extra"
+    }
+},
 {
-    "keys" : ["name:prefix", "name:suffix", "name:botanical", "*wikidata"],
+    "keys" : ["name:prefix", "name:suffix", "name:prefix:*", "name:suffix:*",
+              "name:botanical", "*wikidata"],
     "values" : {
         "" : "skip"
     }
@@ -73,8 +79,8 @@
     }
 },
 {
-    "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in_country",
-              "addr:country", "addr:country", "addr:country_code"],
+    "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country",
+              "addr:country", "addr:country_code"],
     "values" : {
         "" : "country"
     }