Skip to content

Commit

Permalink
Decrease match score by key
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Nov 7, 2023
1 parent 3f6f643 commit bd264ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public Object decompose(String searchTerm) {
}

public enum MatchType {
KEY(1.0F),
KEY(0.0005F),
NAME(0.98F),
DESCRIPTION(0.8F),
;
Expand Down

0 comments on commit bd264ca

Please sign in to comment.