I need to display all results from the database (with offices) when someone pushes the button “see all offices”. I want to use the same search results page that is in use already and it receives a parameter “v” =location whenver someone is looking for a specific city.
Would clearing out the parameter work? Or do you want to keep the parameter there but toggle between the two options?
Maybe a condition on the search? I try to stay away from putting a condition on a search if possible. However, this might be the simplest approach though.
Thanks J. THe search results page where the “see all” button is sending people to is set to listen to the parameter V, which is needed for the real search results. And again, I want to use the same page.
Can I send a parameter with that buttom v=<<something like show all results?>>
I’ve attached how the condition on the search results page looks like right now, expecting the v parameter.