Good day all,
I would like to implement a search functionality on my page that is depending on various url parameters. Users can filter what type of events they see based on categories (Indoor, Outdoor etc-)
User selects category → Page is refreshed with new URL parameter: www.123.com/?category=outdoor → category is fetched in Data Source again
How can I send several categories in the same URL and also retrieve them again in the data source? (i.e. user selects indoor, then outdoor, and then maybe deselects indoor again)
Best,
Philipp