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.
2 parents 0c7298c + 05d62da commit 0929d34Copy full SHA for 0929d34
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