Replies: 1 comment
-
Closing in favour of the issue (this sounds like a bug, not a feature): #349. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running the paginate with additional query params like
?category=family&sort=new_releases
and going to the next page replaces them with?page=2
and the user loses their filtering. This can be easily solved with Laravel's methodwithQueryString
. I'm not sure you want to do this by default or if you want to add another param to the RunwayTag.I can't think of any CONs to having it in there by default, but maybe there's a slight performance hit?
I'm happy to send a pull request.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions