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 fcbf972 commit 5d3b0baCopy full SHA for 5d3b0ba
Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/QueryConstructor.cs
@@ -114,7 +114,7 @@ public string QueryForAllFilesAndFolders(string userSearchString)
114
///</summary>
115
public const string QueryWhereRestrictionsForAllFilesAndFoldersSearch = "scope='file:'";
116
117
- public const string QueryOrderByFileNameRestriction = " ORDER BY System.Search.Rank";
+ public const string QueryOrderByFileNameRestriction = " ORDER BY System.Search.Rank DESC";
118
119
120
///<summary>
0 commit comments