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 617ef3b commit d47a1edCopy full SHA for d47a1ed
Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
@@ -50,7 +50,7 @@ internal List<Result> Search(Query query)
50
// Query is a location path with a full environment variable, eg. %appdata%\somefolder\
51
var isEnvironmentVariablePath = querySearch.Substring(1).Contains("%\\");
52
53
- if (!FilesFolders.IsLocationPathString(querySearch) && !isEnvironmentVariable && !isEnvironmentVariablePath)
+ if (!FilesFolders.IsLocationPathString(querySearch) && !isEnvironmentVariablePath)
54
return WindowsIndexFilesAndFoldersSearch(query, querySearch);
55
56
var locationPath = querySearch;
0 commit comments