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 89bceec commit 84cb555Copy full SHA for 84cb555
Flow.Launcher.Core/Plugin/QueryBuilder.cs
@@ -16,7 +16,7 @@ public static Query Build(string text, Dictionary<string, PluginPair> nonGlobalP
16
return null;
17
}
18
19
- var rawQuery = string.Join(Query.TermSeparator, terms);
+ var rawQuery = text;
20
string actionKeyword, search;
21
string possibleActionKeyword = terms[0];
22
string[] searchTerms;
0 commit comments