mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 Replace All is no longer affected by pagination https://github.com/siyuan-note/siyuan/issues/8265
This commit is contained in:
parent
ecd4a58d03
commit
fa8e910bed
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ func FindReplace(keyword, replacement string, ids []string, paths, boxes []strin
|
||||||
}
|
}
|
||||||
|
|
||||||
if 1 > len(ids) {
|
if 1 > len(ids) {
|
||||||
|
// `Replace All` is no longer affected by pagination https://github.com/siyuan-note/siyuan/issues/8265
|
||||||
blocks, _, _, _ := FullTextSearchBlock(keyword, boxes, paths, types, method, orderBy, groupBy, 1)
|
blocks, _, _, _ := FullTextSearchBlock(keyword, boxes, paths, types, method, orderBy, groupBy, 1)
|
||||||
for _, block := range blocks {
|
for _, block := range blocks {
|
||||||
ids = append(ids, block.ID)
|
ids = append(ids, block.ID)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue