Multiple dependent variable query
Hello – I am building a search page but ran into some trouble. There are two components to the search portion page - an input search (store name) and a drop down (city name). I am trying to create it so that when a city name is selected from the drop down, it will only return store names in that city. The input search works perfectly, however I cannot figure out how to set it so that is only displays results of the selected city from the drop down.
Is there anything in the tutorials that demonstrates how to perform a search with multiple dependent variables? Any guidance would be sincerely appreciated.