[issue2551264] REST X-Total-Count header and @total_size count returned not matching when paginated

John Rouillard <[email protected]> Thu, 23 Feb 2023 19:55:34 +0000
Newsgroups gmane.comp.bug-tracking.roundup.devel
Message-ID <[email protected]>
New submission from John Rouillard:

When using paging with rest, the X-Total-Count header and the in json @total_size
properties match the returned content. It should match all the items returned
before pagination.

That info isn't directly available at the rest.py level. The pagination is pushed
down into the database via the filter method. In the rdbms db at least we use OFFSET
and LIMIT in the db query, so the full list of matching items isn't available.

Maybe change docs to remove X-Total-Count header? Returned @total_size to @returned_size
or something similar. Might be able to estimate this number but performing a count()
at the db level might be possible but is the run time worth it?

----------
components: API
messages: 7729
nosy: rouilj
severity: normal
status: new
title: REST X-Total-Count header and @total_size count returned not matching when paginated
type: behavior

_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551264>
_________________________________________________