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
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