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
toSearchInputDTO
- update frontend
SearchService.ts
to set pageLength to 10
and
- cleanup unused fields: e.g university,
Edited by Michael Breu