We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8be2cf1 + ca264c3 commit 71cf2e2Copy full SHA for 71cf2e2
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -277,7 +277,7 @@ public Result Result(string query, IPublicAPI api)
277
_ => Name
278
};
279
280
- var matchResult = StringMatcher.FuzzySearch(query, title);
+ var matchResult = StringMatcher.FuzzySearch(query, Name);
281
282
if (!matchResult.Success)
283
return null;
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -45,7 +45,7 @@ public Result Result(string query, IPublicAPI api)
45
46
47
48
49
50
51
0 commit comments