Search

Search

I am trying to build an application that has 3 components. the first is a form that takes user input for a number of different fields. Second is a different form that takes user input to SEARCH the data inputted in step 1. and 3rd I need to display the search results. Can this be done using views and filters or is there some deluge code for creating search queries??

HELP!