Will searchlogic work with Rails 3?
Asked Answered
B

4

5

If not what are my alternatives?

Batha answered 7/9, 2010 at 4:38 Comment(1)
I actually decided to use both Thinking Sphinx and Metawhere.Batha
W
7

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.

Wilterdink answered 16/9, 2010 at 13:1 Comment(0)
T
3

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.

Tazza answered 17/11, 2010 at 23:42 Comment(1)
I confirm, it doesn't work: NameError: undefined local variable or method `assert_valid_keys' for #<ActiveRecord::Relation:0x00000104f2c740>Monumentalize
P
2

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

Paragraph answered 26/7, 2011 at 8:41 Comment(0)
L
1

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.

Lorenzetti answered 21/11, 2011 at 20:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.