Skip to content

Commit 00035f7

Browse files
committed
move contents search up
1 parent 0a4f7c0 commit 00035f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ internal List<Result> Search(Query query)
3434

3535
var querySearch = query.Search;
3636

37-
var quickFolderLinks = quickFolderAccess.FolderList(query, settings.QuickFolderAccessLinks, context);
37+
if (IsFileContentSearch(query.ActionKeyword))
38+
return WindowsIndexFileContentSearch(query, querySearch);
3839

3940
var quickFolderLinks = quickFolderAccess.FolderListMatched(query, settings.QuickFolderAccessLinks, context);
4041

0 commit comments

Comments
 (0)