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