From 1482637cf192cf1dea9a251347747b8f3785ab9e Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Wed, 25 Jan 2023 15:30:44 +0200 Subject: [PATCH] Everything.MatchPath = true --- .../Search/Everything/EverythingAPI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs index 5381d729d..fcb59d293 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs @@ -152,6 +152,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything EverythingApiDllImport.Everything_SetMax(option.MaxCount); EverythingApiDllImport.Everything_SetSort(option.SortOption); + EverythingApiDllImport.Everything_SetMatchPath(true); if (token.IsCancellationRequested) yield break;