mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
f7167a603d
commit
0de9ecb61b
1 changed files with 0 additions and 5 deletions
|
|
@ -851,11 +851,6 @@ func FullTextSearchBlock(query string, boxes, paths []string, types map[string]b
|
||||||
query = trimQuery
|
query = trimQuery
|
||||||
}
|
}
|
||||||
|
|
||||||
if 1 == groupBy {
|
|
||||||
// 按文档分组搜索时不进行分页 No paging when searching by document group https://github.com/siyuan-note/siyuan/issues/11667
|
|
||||||
pageSize = math.MaxInt
|
|
||||||
}
|
|
||||||
|
|
||||||
beforeLen := 36
|
beforeLen := 36
|
||||||
var blocks []*Block
|
var blocks []*Block
|
||||||
orderByClause := buildOrderBy(query, method, orderBy)
|
orderByClause := buildOrderBy(query, method, orderBy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue