advance table search in rails
问题 In my app i have generated a scaffold called data and had filed the table with name, school, college, views, interest. Now i want to add a search that if someone put NAME in the search bar, they should get all the names only as results, if someone had put college, they should get all the college only. Am pretty new to rails, so i tried watching some tutorials, and had added this but this is not what i want <%= form_tag data_path, :method => 'get' do %> <%= text_field_tag :search, params[