-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy link with ?category=1&product=1 returns ?category=1&product=1 #12
Comments
How to work around this issue? I'm also facing it. |
Same here did anyone find a work around? |
Same same. |
You have to pass in the url with the ampersand taken out and %26 replacing it. So the query string becomes -- ?category=1%26product=1, etc. |
same issue here. %26 didn't work for me. Anyone figured out a good workaround? |
Same here. %26 works for me! Thanks @ShariqT for hint! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to disable this feature?
What i need is a link that users can copy paste in there browser
The text was updated successfully, but these errors were encountered: