Hi
First, sorry for my poor english.
Second, sorry for my poor dev skills.
Here is my issue in weweb :
I have a search page where i navigate on results page with query param bind on my variable. On page load i make a rest api and save results on a variable using in a list collection. Until now, everything works.
But on my page results, i have a drawer to change some inputs and make new search.
I tried to make to same thing as on my search page, and navigate on the page ( here the same page), with my query new param but the url does not change. I try to make with external link but the reload is too long this is not what i want . how to fix it ? i need some js ? or i miss something simple? for now i launch the api request to have the right results but in case or refresh the url param are not here so it’s a provisionnal step. I hope i’m clear not sure at all ! enough talking thanks for your help !!!