How do you pass data from one page to another?
Think of it from a user perspective and you 'll likely determine the best way to do it That said , you can pass data to another page using URL parameters For example , I use them to redirect a user back to the page they came from after they log in One of the many ways they can be used @Lucas G You could pass the search input as a URL param Or you might also be able to use local storage URL params and /or local storage could be your tools to accomplish it though