mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Optimize fuzzy match
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Wox.Test
|
||||
results.Add(new Plugin.Result()
|
||||
{
|
||||
Title = str,
|
||||
Score = FuzzyMatcher.Create("inst").Score(str)
|
||||
Score = FuzzyMatcher.Create("inst").Evaluate(str).Score
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user