mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
fix match score for "generic" office presets (closes #661)
fixes, e.g., the office preset disappearing for custom values
This commit is contained in:
parent
28d7525a65
commit
06f58713d0
4 changed files with 4 additions and 4 deletions
|
|
@ -14,6 +14,6 @@
|
|||
"office": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.5,
|
||||
"matchScore": 0.8,
|
||||
"name": "Office (Unspecified Type)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue