mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
2713afd7c9
commit
5e7d2341f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue