David Glick
Results
452
comments of
David Glick
For one thing, we should make sure that the batch class used for pagination is not broken by having an actual_result_count that is higher than the limit. The whole point...
It looks like there is code in plone.app.querystring which is [trying to keep the actual result count](https://github.com/plone/plone.app.querystring/blob/master/src/plone/app/querystring/querybuilder.py#L242), but I confirmed in one of our projects that items_total in the `@querystring-search`...