pycsw
pycsw copied to clipboard
use of maxrecords as default pagesize
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))