We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently itemsPerPage applies to search (collections + items), items, but not collections. maxItemsPerPage applies only to search.
itemsPerPage
maxItemsPerPage
This is not consistent and fine-granular enough.
I'd propose to split into the following options:
searchResultsPerPage
12
null
collectionsPerPage
Rename maxItemsPerPage to maxSearchResultsPerPage.
maxSearchResultsPerPage
The text was updated successfully, but these errors were encountered:
m-mohr
No branches or pull requests
Currently
itemsPerPage
applies to search (collections + items), items, but not collections.maxItemsPerPage
applies only to search.This is not consistent and fine-granular enough.
I'd propose to split into the following options:
searchResultsPerPage
- for search within collections + items (default:12
as before)itemsPerPage
- for items (default:null
, use server default)collectionsPerPage
- for collections (default:null
, use server default)Rename
maxItemsPerPage
tomaxSearchResultsPerPage
.The text was updated successfully, but these errors were encountered: