I have a location-based search and I am trying to get the states listed in a webapp search form dropdown. I can add in the dropdown, but it isn't part of the search. I would like the ability for the user to search by state only, not having to enter a zip code. When I try this, all of the items in the webapp are displayed in the results. Since the State is part of the address and not a custom field, how do I include it as part of the search script? When I output the search form, state isn't part of that, only zip and country. Does everything have to be determined by the ZIP code? Also, with international addresses, can I just have a search based on Country and no postal code?
... View more