This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content

Make page length in SearchInputDTO configurable

The page length in SearchInputDTO is currently a constant.

Make it a variable, however limit it to 500 max (to avoid some denial of service problems.

TODO:

  • add pageLength to SearchInputDTO
  • update frontend SearchService.ts to set pageLength to 10

and

  • cleanup unused fields: e.g university,
Edited by Michael Breu