Skip to content

Get more than 10000 results when using pagination #1558

Description

@malsioufi

Affected Projects
React

Library Version: ^3.12.7

Describe the bug
I am using ReactiveList component to show the results of my search.
I am only getting up to 10000 results when I use pagination. So, for example if I set the size prop to 1000 and I go to page 10
the "next" button gets disabled even though I know that there are more results to be shown.

To Reproduce

Steps to reproduce the behavior:

  • Generate data more than 10000
  • Use ReactiveList component with pagination=true, size=1000
  • Go to page 10
  • Next button will be disabled so no more results can be requested.

Expected behavior

  • Be able to see more than 10 pages as I have more than 10000 documents.

Screenshots

image

Desktop (please complete the following information):

  • OS: Windos 10
  • Browser Google Chrome
  • Version 86.0.4240.198

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions