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 0c7298c commit 05d62daCopy full SHA for 05d62da
Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
@@ -33,6 +33,9 @@ public void Save()
33
34
public List<Result> Query(Query query)
35
{
36
+ if (FilesFolders.IsLocationPathString(query.Search))
37
+ return new List<Result>();
38
+
39
var searchSourceList = new List<SearchSource>();
40
var results = new List<Result>();
41
0 commit comments