Collection pagination not working when sorted

Hi,

I Just wanted to point out that when testing the Dawn theme, I edited the main-list-collection.liquid to hardcode pagination to 3 to test this feature out. What I noticed was that if the sorting is not the default of “Alphabetically, A-Z”, then pagination doesn’t work on the collections. What I see is that the pagination object seems to “work”, ie, I see the different pages populated, but each page gives me the entirety of my collection.

Is this happening to anyone else?

Regards,
Tan

1 Like

Hi Tan,

I have noticed this both in Dawn and when writing my own Liquid. Did you ever find a resolution?

It doesn’t look like paginating a sorted array actually works.