Hide sizePerPage parameter
Hi @bodin
Currently in the query params there is a sizePerPage parameter.
https://data.esrf.fr/closed?page=1&sizePerPage=25&search=test
It allows to users to potencially set a very huge value that can cause problems either bandwidth or server crash depending on the number of instances. For instance:
https://data.esrf.fr/closed?page=1&sizePerPage=25000000&search=test
I wonder if the sizePerPage should only be managed internally by the UI and not in the URL as it is done in the logbook.
https://data.esrf.fr/beamline/id32/events?search=test&page=3
Removing the parameter from the URL does not prevent to navigate back to the history