Url parameters ignored
See original GitHub issueHello,
Thanks for this cool plugin.
After some testing I find a case where Highway ignore my link: if I’m on a page and the link target the same page but with parameters. For example, I’m on http://example.com/listing and I click to go to http://example.com/listing?page=2 and nothing happen.
After investigations, it seems to come from a Core#click
method which doesn’t test url parameters:
https://github.com/Dogstudio/highway/blob/0e3ebc8448e05ad26e72624709ef7465990786a1/src/core.js#L134
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How can I ignore a parameter in a URL? - Stack Overflow
In the first, I have a single parameter to g.com which is u , which is a URL that has parameters: var components...
Read more >Ignore URL Parameters | Nudgify Docs
The option 'Ignore URL parameters' applies to Visitor Nudges. Visitor Nudges show recent visitors of the pages on your website.
Read more >Google Lets You Tell Them Which URL Parameters To Ignore
The setting, called Parameter Handling, enables site owners to specify up to 15 parameters that Google should ignore when crawling and indexing ...
Read more >About URL parameters - Google Ads Help
URL parameter is a way to pass information about a click through its URL. You can insert URL parameters into your URLs so...
Read more >How can I ignore tracking URL parameters? - Piwik PRO
To exclude URL parameters for a site or app, follow these steps: Available from version 16.0.0. For versions below 16.0.0, go to Menu...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @TristanPct , The fix provided is only a quick fix to avoid having no redirection at all.
For the moment it’s not ideal but we are going to look deeper into this issue when time comes 😃
Best regards, Thao
Ok fine, well look at it and enable transition for same pathname with parameters !
Have a nice day, Anthodpnt