搜索条件太多,如果去匹配每一个条件的话,代码量太大不好维护,有适合这种多条件搜索的 gem 吗?
rails2 就用 searchlogic rails3 以上 rd_searchlogic meta_search 还有一个跟 meta_search 很像的,忘了叫啥
前不久做的教会联系人管理系统,查找联系人页面用到了 ransack,很简单,你可以看一下: https://github.com/ZPVIP/church
肥 Controller: https://github.com/ZPVIP/church/blob/master/app/controllers/contacts_controller.rb
View: https://github.com/ZPVIP/church/blob/master/app/views/contacts/index.html.erb