Will searchlogic work with Rails 3?

拈花ヽ惹草 提交于 2019-11-30 05:30:02

问题


If not what are my alternatives?


回答1:


Metawhere - http://metautonomo.us/projects/metawhere/ looks like a promising alternative. ps: discovered metawhere through rubyflow.com. MetaSearch (http://metautonomo.us/2010/03/07/metasearch-object-based-searching-for-rails-3/) by the same author is actually closer to Searchlogic.




回答2:


Please use Railsdog's rd_searchlogic (3.0.0.rc4), it's modified to be fully compatible with Rails3. You can extract this plugin from Spree 0.30 project.




回答3:


scoped-search - https://github.com/wvanbergen/scoped_search




回答4:


Searchlogic performs 2 functions; it provides both an extension to scopes, and a form object.

The most current, best (IMO) scope extension (successor to MetaWhere):

http://erniemiller.org/projects/squeel/

Most current & best search form object (successor to MetaSearch):

https://github.com/ernie/ransack

EDIT:

I'm currently assessing how well these integrate. I did enjoy having them together in Searchlogic.



来源:https://stackoverflow.com/questions/3655818/will-searchlogic-work-with-rails-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!