MCPcopy Index your code
hub / github.com/TruthHun/BookStack / NewDocumentSearchResult

Function NewDocumentSearchResult

models/document_search_result.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func NewDocumentSearchResult() *DocumentSearchResult {
39 return &DocumentSearchResult{}
40}
41
42//分页全局搜索.
43func (m *DocumentSearchResult) FindToPager(keyword string, pageIndex, pageSize, memberId int) (searchResult []*DocumentSearchResult, totalCount int, err error) {

Callers 3

SearchMethod · 0.92
ResultMethod · 0.92
SearchDocMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected