mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
🎨 Move supports searching by document block ID https://github.com/siyuan-note/siyuan/issues/16674
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
6f81350279
commit
5cf09d8043
2 changed files with 41 additions and 35 deletions
|
|
@ -1043,7 +1043,7 @@ func searchDocs(c *gin.Context) {
|
|||
}
|
||||
|
||||
k := arg["k"].(string)
|
||||
ret.Data = model.SearchDocsByKeyword(k, flashcard, excludeIDs)
|
||||
ret.Data = model.SearchDocs(k, flashcard, excludeIDs)
|
||||
}
|
||||
|
||||
func listDocsByPath(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue