I have created a view that is going to allow users to search a specific content type; I have enabled 4 fields and I have exposed one (zip code). I want the user to go the the page (view) and only see the exposed filter (zip code) and not any results until they enter a zip code and hit search; however, no matter what I do, it displays my exposed filter along with rows of content despite the fact that I tried to not having it being displayed until it has been searched for.
For instance, you go to the view page, you enter 85042 and it displays all content pages that are located in that zip code based on the cck field in that content type.
What am I doing wrong, how can I achieve what I'm trying to achieve?
Grateful for any help.
/Chris