hi ,
i have implemented search function which list out the streams when i
enter a string in the search text box.And here i am not using any
search button once i enter the string in the text box it will give the
results.
Now i want to do the search function by selecting the params from the
dropdown box and using seach button.
e.g:i have two dropdownboxes one is for name another is for resolution
,i can select the perticlar name and resolution from dropdown
boxes,now i want to search for this two strings matched in the tables
called streams.
How to link this dropdown box params as arguments to the search
function written in controller and index.html.erb?
Can you give any suggestions?
take a look at my code;
drop down box creation in index.html.erb