-
I've searched the issues etc. I have a front page on a site with pagination where the links should go to /search. This was easy to do with kaminari but I can't figure out how to do this with pagy. https://github.com/kaminari/kaminari#extra-parameters-params-for-the-links I was doing something like:
with kaminari. I have other pagination on the site that doesn't need this override. Just the front page. Similiar issue I found but relates to adding an anchor: #8 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This should solve your case https://ddnexus.github.io/pagy/docs/how-to/#pass-the-request-path |
Beta Was this translation helpful? Give feedback.
This should solve your case https://ddnexus.github.io/pagy/docs/how-to/#pass-the-request-path