mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Testing new search order: System.Search.Rank
This commit is contained in:
parent
b39d21c0e4
commit
fcbf972754
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.FileName";
|
||||
public const string QueryOrderByFileNameRestriction = " ORDER BY System.Search.Rank";
|
||||
|
||||
|
||||
///<summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue