plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
254 stars 191 forks source link

Searchpage result numbering always starts at `1` on batch pages #3661

Closed petschki closed 2 years ago

petschki commented 2 years ago

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

The searchlisting results are starting always at 1 on every further batch page.

WHAT I EXPECT TO HAPPEN

on continuous batch pages the listing shoul continue counting the results.

What version of Plone/ Addons I am using:

CMFPlone 6.0.0b3

petschki commented 2 years ago

Ah ... turns out this is a Bootstrap issue. They inject counter-reset css rule for .list-group-numbered which has no offset defined. I'm curious how they will fix that:

https://github.com/twbs/bootstrap/issues/37345