mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 08:16:55 +02: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:
committed by
Martin Raifer
parent
28d7525a65
commit
06f58713d0
@@ -42,5 +42,5 @@
|
||||
"administration"
|
||||
],
|
||||
"name": "Office",
|
||||
"matchScore": 0.4
|
||||
"matchScore": 0.7
|
||||
}
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
"office": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.5,
|
||||
"matchScore": 0.8,
|
||||
"name": "Office (Unspecified Type)"
|
||||
}
|
||||
|
||||
@@ -47,5 +47,5 @@
|
||||
"store"
|
||||
],
|
||||
"name": "Shop",
|
||||
"matchScore": 0.4
|
||||
"matchScore": 0.7
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
"shop": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.5,
|
||||
"matchScore": 0.8,
|
||||
"name": "Shop (Unspecified Type)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user