Hi. I am building a classified website whereby the user can filter a repeating group based on certain parameters, click on a listing and will be navigated to a details page
The problem I am facing is when a user navigates back to the listings page, the parameters the user has set will be cleared and the repeating group is no longer filtered (thus no more constraints)
What should I do to implement a feature whereby if the user navigates back to the listings page from the details page, the search parameters input will remain?
Thanks