MCPcopy
hub / github.com/pocketbase/pocketbase / SkipTotal

Method SkipTotal

tools/search/provider.go:122–125  ·  view source on GitHub ↗

SkipTotal changes the `skipTotal` field of the current search provider.

(skipTotal bool)

Source from the content-addressed store, hash-verified

120
121// SkipTotal changes the `skipTotal` field of the current search provider.
122func (s *Provider) SkipTotal(skipTotal bool) *Provider {
123 s.skipTotal = skipTotal
124 return s
125}
126
127// CountCol allows changing the default column (id) that is used
128// to generate the COUNT SQL query statement.

Callers 3

ParseMethod · 0.95
TestProviderSkipTotalFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestProviderSkipTotalFunction · 0.76