Skip to content

Commit

Permalink
admin: change default # of results from 10 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and ntarocco committed Nov 1, 2024
1 parent 4f08f26 commit cbeaa30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invenio_administration/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ def init_search_config(self, **kwargs):
sort_options=current_app.config[self.search_sort_config_name],
endpoint=self.get_api_endpoint(**kwargs),
headers=self.get_search_request_headers(**kwargs),
pagination_options=(20, 50),
default_size=20,
)

def get_sort_options(self):
Expand Down

0 comments on commit cbeaa30

Please sign in to comment.