make sure shop=yes/office=yes have lower match score than other presets

see https://github.com/openstreetmap/id-tagging-schema/issues/399#issuecomment-1039810923
This commit is contained in:
Martin Raifer
2022-02-15 11:23:32 +01:00
parent 93126c5738
commit 305e689f85
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,5 +14,6 @@
"office": "yes"
},
"searchable": false,
"matchScore": 0.5,
"name": "Office (Unspecified Type)"
}
+1
View File
@@ -13,5 +13,6 @@
"shop": "yes"
},
"searchable": false,
"matchScore": 0.5,
"name": "Shop (Unspecified Type)"
}