Kerosene pagination links - from GET to POST

Hello all,

I am implementing the pagination using the kerosene on a search page. When I get the results and click on the pagination links, it searches for the same route but with GET method. But I have the function which is POST method. It is posting search query to a function.
It is not working even though I override the path to some other function. The pagination links always considering the current route but using GET method.

Please help in this regards.

Thank you.