mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve search default sort https://github.com/siyuan-note/siyuan/issues/8624
This commit is contained in:
@@ -568,7 +568,7 @@ func buildOrderBy(method, orderBy int) string {
|
||||
}
|
||||
return "ORDER BY rank" // 默认是按相关度降序
|
||||
default:
|
||||
return "ORDER BY sort ASC"
|
||||
return "ORDER BY sort ASC, updated DESC" // Improve search default sort https://github.com/siyuan-note/siyuan/issues/8624
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user