I want to create a search page that has a text-box for the user to type in his query to search by and also have a drop-down that has all the columns of a SharePoint list so that the search will then apply to the selected column in the specific list only.
I've tried to manually send the query and the column specified to a page with a simple DataFormWebPart, by I cant figure how to specify which column to filter by depending on an incoming query string.