fix match score for "generic" office presets (closes #661)

fixes, e.g., the office preset disappearing for custom values
This commit is contained in:
Kyle Hensel
2022-12-05 11:26:12 +01:00
committed by Martin Raifer
parent 28d7525a65
commit 06f58713d0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,5 +42,5 @@
"administration"
],
"name": "Office",
"matchScore": 0.4
"matchScore": 0.7
}
+1 -1
View File
@@ -14,6 +14,6 @@
"office": "yes"
},
"searchable": false,
"matchScore": 0.5,
"matchScore": 0.8,
"name": "Office (Unspecified Type)"
}
+1 -1
View File
@@ -47,5 +47,5 @@
"store"
],
"name": "Shop",
"matchScore": 0.4
"matchScore": 0.7
}
+1 -1
View File
@@ -13,6 +13,6 @@
"shop": "yes"
},
"searchable": false,
"matchScore": 0.5,
"matchScore": 0.8,
"name": "Shop (Unspecified Type)"
}