Skip to content

Commit

Permalink
fix match score for "generic" office presets (closes #661)
Browse files Browse the repository at this point in the history
fixes, e.g., the office preset disappearing for custom values
  • Loading branch information
k-yle authored and tyrasd committed Dec 5, 2022
1 parent 28d7525 commit 06f5871
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/presets/office.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"administration"
],
"name": "Office",
"matchScore": 0.4
"matchScore": 0.7
}
2 changes: 1 addition & 1 deletion data/presets/office/_yes.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"office": "yes"
},
"searchable": false,
"matchScore": 0.5,
"matchScore": 0.8,
"name": "Office (Unspecified Type)"
}
2 changes: 1 addition & 1 deletion data/presets/shop.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"store"
],
"name": "Shop",
"matchScore": 0.4
"matchScore": 0.7
}
2 changes: 1 addition & 1 deletion data/presets/shop/_yes.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"shop": "yes"
},
"searchable": false,
"matchScore": 0.5,
"matchScore": 0.8,
"name": "Shop (Unspecified Type)"
}

0 comments on commit 06f5871

Please sign in to comment.