Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dashboards listing] fix listing limit #4021

Merged

Commits on May 12, 2023

  1. [Dashboards listing] fix listing limit

    Initial page size was passed to the search function instead
    of the listing limit causing the max amount received to be
    significantly less than the previously implementation.
    
    Saved objects per page is `20` by default and the listing
    limit per page is `1000` by default.
    
    Issue:
    opensearch-project#4017
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e78e782 View commit details
    Browse the repository at this point in the history