diff --git a/Flow.Launcher.Plugin/Query.cs b/Flow.Launcher.Plugin/Query.cs
index 12681388e..84dbb3b36 100644
--- a/Flow.Launcher.Plugin/Query.cs
+++ b/Flow.Launcher.Plugin/Query.cs
@@ -78,7 +78,7 @@ namespace Flow.Launcher.Plugin
///
/// strings from second search (including) to last search
///
- public string SecondToEndSearch => _secondToEndSearch ??= string.Join(' ', SearchTerms.AsMemory(2));
+ public string SecondToEndSearch => _secondToEndSearch ??= string.Join(' ', SearchTerms[1..]);
///
/// Return second search split by space if it has