SkipTotal changes the `skipTotal` field of the current search provider.
(skipTotal bool)
| 120 | |
| 121 | // SkipTotal changes the `skipTotal` field of the current search provider. |
| 122 | func (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. |
no outgoing calls