pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

use of maxrecords as default pagesize

Open pvgenuchten opened this issue 2 years ago • 0 comments

Description

I noticed when I set maxrecords to 1000 on pycsw config, any request to /collections/main/items returns 1000 records. It would be nice to be able to configure the default pagesize (eg 20/50) vs the max pagesize (if people request ?limit=50000, it would still return max 1000 or throw an error (request exceeded max-size))

pvgenuchten avatar Nov 22 '22 16:11 pvgenuchten