[FOLIO-1847] Set query page size parameter to a high number for all apps Created: 05/Mar/19 Updated: 03/Jun/20 |
|
| Status: | Open |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Story | Priority: | P3 |
| Reporter: | Khalilah Gambrell | Assignee: | Jakub Skoczen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||||||||||
| Sprint: | |||||||||||||||||||||||||||||
| Development Team: | Core: Platform | ||||||||||||||||||||||||||||
| Description |
|
Background: As libraries begin to implement Folio, query page size parameter default values (set by the backend) are impacting user experience and workflow Short-term Increase these query page size parameters default values to high number OR based on POs recommendations for all apps Long-term Coordinate with POs that backend and frontend maximum number of records to display are the same for all apps |
| Comments |
| Comment by Julian Ladisch [ 06/Mar/19 ] |
|
The front-end invokes the back-end with a limit parameter. If the limit parameter is not set the current default defined in the pageable trait is 10: https://github.com/folio-org/raml/blob/raml1.0/traits/pageable.raml#L16 |