uriyyo / fastapi-pagination

FastAPI pagination 📖
https://uriyyo-fastapi-pagination.netlify.app/
MIT License
1.22k stars 137 forks source link

Make the max page size configurable #1345

Closed rplevka closed 1 month ago

rplevka commented 1 month ago

I noticed, the maximum allowed page size is capped to 100. I noticed this is defined in the default.py. I am not quite sure whether this is being able to be overridden in any way, but I would really appreciate if I could set it to a custom value

uriyyo commented 1 month ago

Hi @rplevka,

Please, check docs - https://uriyyo-fastapi-pagination.netlify.app/customization/customizers/use_params_fields/

Let me know if you have more questions

rplevka commented 1 month ago

Oh no! Sorry for that and thanks! That's really useful.