Skip to content

Commit 1482637

Browse files
TheBestPessimistTheBestPessimist
authored andcommitted
Everything.MatchPath = true
1 parent 7fc7045 commit 1482637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public static async IAsyncEnumerable<SearchResult> SearchAsync(EverythingSearchO
152152
EverythingApiDllImport.Everything_SetMax(option.MaxCount);
153153

154154
EverythingApiDllImport.Everything_SetSort(option.SortOption);
155+
EverythingApiDllImport.Everything_SetMatchPath(true);
155156

156157
if (token.IsCancellationRequested) yield break;
157158

0 commit comments

Comments
 (0)