I have created an app using the: Building a search app pt. 2: using a regular expression tutorial.
How do I modify the search to depend on two variables for example I want the results to show data entries which match the search field value and the value of a field selected from a Select Menu.
A user can select a Country from a drop down list, then type in a State name in the search input box and the App will return all States in the selected Country which match the specified State names.