[Ruby on Rails] Search/filter on a specific column?

[Ruby on Rails] Search/filter on a specific column?

epijuepiju Posts: 1Questions: 0Answers: 0
edited July 2012 in General
Hi,

I want to serch/filter on a specific column with HTML params, how can I do this?

I allowed params in URL so I can do something like : "http://localhost:3000/users?sSearch=1" so it'll make a search with "1" on all columns.

I want to combine this feature with a specific column, like this : "http://localhost:3000/users?sSearch=1&Column=1"

Thanks!
This discussion has been closed.