mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-01 21:21:47 +01:00
⏪ Revert Document block sort value changed from 0 to 100 https://github.com/siyuan-note/siyuan/issues/12886
This commit is contained in:
parent
da341269cd
commit
94f378aa55
6 changed files with 33 additions and 34 deletions
|
|
@ -945,7 +945,6 @@ func FullTextSearchBlock(query string, boxes, paths []string, types map[string]b
|
|||
typeFilter := buildTypeFilter(types)
|
||||
boxFilter := buildBoxesFilter(boxes)
|
||||
pathFilter := buildPathsFilter(paths)
|
||||
|
||||
blocks, matchedBlockCount, matchedRootCount = fullTextSearchByKeyword(query, boxFilter, pathFilter, typeFilter, ignoreFilter, orderByClause, beforeLen, page, pageSize)
|
||||
}
|
||||
pageCount = (matchedBlockCount + pageSize - 1) / pageSize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue