MAX_PAGE_SIZE settings doesn't seem to work
It seems that the setting of the MAX_PAGE_SIZE doesn't work correctly.
I'm requesting the /measuredquantities/
and set the parameter page[size]
to 10000
. Nevertheless the result is returned paginated with exactly 100 items per page, see screenshot:
Do I have a mistake in my request?