Merge pull request #112 from theClueless/fuzzyMatchUpdates

Fuzzy match logic update
This commit is contained in:
Jeremy Wu
2020-01-14 08:26:45 +11:00
committed by GitHub
6 changed files with 323 additions and 194 deletions

View File

@@ -73,7 +73,7 @@ namespace Wox.ViewModel
public List<string> QuerySearchPrecisionStrings
{
get
{
{
var precisionStrings = new List<string>();
var enumList = Enum.GetValues(typeof(StringMatcher.SearchPrecisionScore)).Cast<StringMatcher.SearchPrecisionScore>().ToList();