Hello OS-Team,
I have a problem when I use the serach Service with the request parameter "size".
In the documentation it is outlined as followed:
size - optional parameter; default is 100 - RequestParam
After a little search in the internet a request param is appended to the URL
with a ? as a delimiter.
When I use the URL http://enaioserver.de/search?size=50
I get the following error:
500 (Internal Server Error)
IllegalStateException: No endpoint mapping for service [search?size=50] found!
Can you tell me where I made a mistake.
Thank you for the answer in advance.