mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 08:02:31 +08:00
🎨 Improve search highlighting https://github.com/siyuan-note/siyuan/issues/13343
This commit is contained in:
parent
f587fb1be0
commit
bf40951781
@ -1066,9 +1066,6 @@ 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
|
||||||
@ -1155,6 +1152,7 @@ func getDoc(c *gin.Context) {
|
|||||||
"isSyncing": isSyncing,
|
"isSyncing": isSyncing,
|
||||||
"isBacklinkExpand": isBacklinkExpand,
|
"isBacklinkExpand": isBacklinkExpand,
|
||||||
"keywords": keywords,
|
"keywords": keywords,
|
||||||
|
"reqId": arg["reqId"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user