Save filter/search query URL when navigating back to filtered list

Hi WeWeb!

I need to implement a critical feature for my app.

I have a list of items. Then user filters list with multiple filters.
When user navigate to specific item from filtered list f.e. URL → ?id=1 and then go back to the list I want system to save search query url when navigating back to list, like ?filter1=1&filter2=2&… including page number and sorting (for Xano backend paginated list or WeWeb frontend “load more” list, I have both in my app)

Please help. Thanks.

Save the filtering variables as local variables. This should make them persist when the user goes back.

2 Likes