Skip to content

Commit 5d3b0ba

Browse files
committed
Should be DESC
1 parent fcbf972 commit 5d3b0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/QueryConstructor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public string QueryForAllFilesAndFolders(string userSearchString)
114114
///</summary>
115115
public const string QueryWhereRestrictionsForAllFilesAndFoldersSearch = "scope='file:'";
116116

117-
public const string QueryOrderByFileNameRestriction = " ORDER BY System.Search.Rank";
117+
public const string QueryOrderByFileNameRestriction = " ORDER BY System.Search.Rank DESC";
118118

119119

120120
///<summary>

0 commit comments

Comments
 (0)