fknop / hapi-pagination

Hapi plugin to handle "custom" pagination
MIT License
63 stars 36 forks source link

Remove pagination from query (optional) #22

Closed ramiel closed 8 years ago

ramiel commented 8 years ago

I cannot remove the pagination from the query because it's used internally to see if the pagination is enabled. The point is that I don't want the clients to turn off the pagination in any case.

The solution IMHO is to put an option to do not let the client to override through pagination query parameter. Meanwhile I have a PR which let remove the pagination parameter from the query before the route without any problem for the plugin