Hey!
I have a problem and im trying to figure out the following:
If a acess a site where the URL contains /de i want to add a query params (via HubL).
So for example, if i access: www.test.ch nothing should happen it should stay www.test.ch
But if i access www.test.ch/de than the follwoing should happen: via HubL the queryparam ?standort=4 should be added.
So if i acces www.test.ch/de the url should be manipulated (via HubL) to
The param standort=4 applies a filter for the HubDB. So this could be seen as a default Filter when accessing a page with /de in the URL.