Should be DESC

This commit is contained in:
pc223 2021-07-13 04:12:09 +07:00
parent fcbf972754
commit 5d3b0ba2c0

View file

@ -114,7 +114,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.WindowsIndex
///</summary>
public const string QueryWhereRestrictionsForAllFilesAndFoldersSearch = "scope='file:'";
public const string QueryOrderByFileNameRestriction = " ORDER BY System.Search.Rank";
public const string QueryOrderByFileNameRestriction = " ORDER BY System.Search.Rank DESC";
///<summary>