Skip to content

Incorrect pagination of items #178

Description

@HermanPlay

There is this wierd behaviour where paginated and most importantly FILTERED content is incorrectly dispaleyed. For instance if on a single page we should see up to selected amount of items, say 20. When filtered this number filters items on current page only, and for instance we see 5 items, but we can still switch pages. On differnt pages differnt number of items may be shown. I would exect that instead filtered items are regrouped in this paginatied component and as many as we can is displayed.

I believe this issue is caused because the filtering is happening on the frontend and pagination is not adjusted for that. We should be using pagintion and filtering provided by the backend. This way backend will correctly return paginated content

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions