mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Improve search highlighting https://github.com/siyuan-note/siyuan/issues/13343
This commit is contained in:
parent
6a7fb4ad61
commit
5aa97664d5
1 changed files with 3 additions and 0 deletions
|
|
@ -1066,6 +1066,9 @@ func getDoc(c *gin.Context) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reqId := arg["reqId"]
|
||||||
|
ret.Data = map[string]interface{}{"reqId": reqId}
|
||||||
|
|
||||||
id := arg["id"].(string)
|
id := arg["id"].(string)
|
||||||
idx := arg["index"]
|
idx := arg["index"]
|
||||||
index := 0
|
index := 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue