diegohaz/querymen

Is there a way to paginate more than 30

sathiya-mit opened this issue · 1 comments

I am having more than 3000 collections, how do I paginate in this case ?

/books?limit=100&page=31

{
"name": "max",
"param": "page",
"value": 31,
"max": 30,
"valid": false,
"message": "page must be lower than or equal to 30"
}

Yeah, see #26