Daniel 2024-03-31 23:01:00 +08:00
parent 2713afd7c9
commit 5e7d2341f4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -424,6 +424,7 @@ func FindReplace(keyword, replacement string, replaceTypes map[string]bool, ids
if 0 != groupBy {
// 按文档分组后不支持替换 Need to be reminded that replacement operations are not supported after grouping by doc https://github.com/siyuan-note/siyuan/issues/10161
// 因为分组条件传入以后搜索只能命中文档块,会导致 全部替换 失效
err = errors.New(Conf.Language(221))
return
}