OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.26k stars 2.35k forks source link

Pager breaks after some back and forth #6458

Open boraster opened 4 years ago

boraster commented 4 years ago

Pager has some issues when you go back and forth a couple of times.

For testing purposes, I restricted the number of blogposts to 2 per page. There are 3 in total.

  1. "Man is After Compact Life Style"
  2. "New Horizons"
  3. "Man must explore, and this is exploration at its greatest"

Initially, the pager looks fine, but after a couple of back and forth between pages, it does not work anymore as expected.

I am on Preview Feed / rc2-13489. I was just testing the Pager function.

nihan proje haftası

Skrypt commented 4 years ago

Issue is not with the pager but the records retrieved by the Lucene Query. I can repro. I will investigate more to find where is the issue exactly. Seems like it is working fine when the page size is 10 (default).

Piedone commented 2 months ago

Did you get anywhere with this, @Skrypt?