clarin-dspace icon indicating copy to clipboard operation
clarin-dspace copied to clipboard

Issue 1165: Handle PaginantionException in Clarin licences search requests

Open kuchtiak-ufal opened this issue 1 year ago • 0 comments

This change catches the PaginationException in ClarinLicense search requests. In case the PaginationException occurs, the empty response is responded with links.

Also unit test searchWithIncorrectPageParameter was added for the following requests:

GET /api/core/clarinlicenses?page=10
GET /api/core/clarinlicenses/search/byName?name=CL name1&page=20
GET /api/core/clarinlicenses/search/byNameLike?name=name&page=30

kuchtiak-ufal avatar Mar 31 '25 13:03 kuchtiak-ufal