mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Should be DESC
This commit is contained in:
parent
fcbf972754
commit
5d3b0ba2c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue