I have a reusable element (header)
inside the header i have a search box.
I then have my search results (repeating section) down the bottom, not within the reusable header
So now i want to send the query typed into the search box as a filter to my results (from repeating section below).
But when i pick filter, it cannot see the search box (most likely because its in the reusable header),
So then how do i access the content of the search box, so i can send it to my search results?