文章列表
做Ruby on Rails电子商务实战书籍时
使用acts_as_ferret插件 搜索为空信息
@books = Book.find_with_ferret(params[:q].to_s.upcase)
Model book
acts_as_ferret :fields => [:title, :author_names, :publisher_name]
这个好像是不能用了 有解决的办法吗 谢谢各位了...
- 2009-11-30 10:58
- 浏览 781
- 评论(0)