🎨 Need to be reminded that replacement operations are not supported after grouping by doc https://github.com/siyuan-note/siyuan/issues/10161

This commit is contained in:
Daniel 2024-01-13 09:21:55 +08:00
parent 43d0bb1bfe
commit 29322a292b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 17 additions and 6 deletions

View file

@ -99,7 +99,7 @@ func findReplace(c *gin.Context) {
err := model.FindReplace(k, r, replaceTypes, ids, paths, boxes, types, method, orderBy, groupBy)
if nil != err {
ret.Code = -1
ret.Code = 1
ret.Msg = err.Error()
ret.Data = map[string]interface{}{"closeTimeout": 5000}
return