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.
1 parent 7fc7045 commit 1482637Copy full SHA for 1482637
Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs
@@ -152,6 +152,7 @@ public static async IAsyncEnumerable<SearchResult> SearchAsync(EverythingSearchO
152
EverythingApiDllImport.Everything_SetMax(option.MaxCount);
153
154
EverythingApiDllImport.Everything_SetSort(option.SortOption);
155
+ EverythingApiDllImport.Everything_SetMatchPath(true);
156
157
if (token.IsCancellationRequested) yield break;
158
0 commit comments