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 a318bcb commit 67ae8e5Copy full SHA for 67ae8e5
Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
@@ -247,12 +247,5 @@ private bool UseWindowsIndexForDirectorySearch(string locationPath)
247
x => FilesFolders.ReturnPreviousDirectoryIfIncompleteString(pathToDirectory).StartsWith(x.Path, StringComparison.OrdinalIgnoreCase))
248
&& WindowsIndex.WindowsIndex.PathIsIndexed(pathToDirectory);
249
}
250
-
251
- internal static bool IsEnvironmentVariableSearch(string search)
252
- {
253
- return search.StartsWith("%")
254
- && search != "%%"
255
- && !search.Contains('\\');
256
- }
257
258
0 commit comments