London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
We are using HierarchicalCatalogPartialRouter for our products and it's working fine. However we would like the query string to be included in the redirect.
Example:
Url: https://domain/product?utm_source=email
Currently redirecting to: https://domain/category/product
Should redirect to https://domain/category/product?utm_source=email
Is there some kind of setting for this, or do we have to create our own routing?