I am currently using an input field as a search bar for a table. When I type into the search bar, it filters a collection.
I would like to make it so whatever is searched in the field gets added as a parameter in the URL. That way if an item is clicked on, and then the user clicks on back it will take them to the already searched table.
How can I achieve this?