Skip to content

Commit 06f5871

Browse files
k-yletyrasd
authored andcommitted
fix match score for "generic" office presets (closes #661)
fixes, e.g., the office preset disappearing for custom values
1 parent 28d7525 commit 06f5871

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

data/presets/office.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"administration"
4343
],
4444
"name": "Office",
45-
"matchScore": 0.4
45+
"matchScore": 0.7
4646
}

data/presets/office/_yes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"office": "yes"
1515
},
1616
"searchable": false,
17-
"matchScore": 0.5,
17+
"matchScore": 0.8,
1818
"name": "Office (Unspecified Type)"
1919
}

data/presets/shop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"store"
4848
],
4949
"name": "Shop",
50-
"matchScore": 0.4
50+
"matchScore": 0.7
5151
}

data/presets/shop/_yes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"shop": "yes"
1414
},
1515
"searchable": false,
16-
"matchScore": 0.5,
16+
"matchScore": 0.8,
1717
"name": "Shop (Unspecified Type)"
1818
}

0 commit comments

Comments
 (0)