From 74f97f1b952ddaaa9a675ec369614e76a418c479 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:09:14 -0500 Subject: [PATCH] Update Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs Co-authored-by: Jeremy Wu --- Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs index 0e68e6815..4033fad2a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs @@ -27,7 +27,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search Title = title, IcoPath = path, SubTitle = subtitle, - AutoCompleteText = $"{subtitle}\\", + AutoCompleteText = $"{path}\\", TitleHighlightData = StringMatcher.FuzzySearch(query.Search, title).MatchData, Action = c => {