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 8127037 commit 9b84f6cCopy full SHA for 9b84f6c
Flow.Launcher.Plugin/Query.cs
@@ -78,7 +78,7 @@ public Query(string rawQuery, string search, string[] terms, string[] searchTerm
78
/// <summary>
79
/// strings from second search (including) to last search
80
/// </summary>
81
- public string SecondToEndSearch => _secondToEndSearch ??= string.Join(' ', SearchTerms.AsMemory(2));
+ public string SecondToEndSearch => _secondToEndSearch ??= string.Join(' ', SearchTerms[1..]);
82
83
84
/// Return second search split by space if it has
0 commit comments