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?