5

If not what are my alternatives?

fivetwentysix
  • 7,379
  • 9
  • 40
  • 58

4 Answers4

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.

gokul.janga
  • 126
  • 2
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.

Trung Lê
  • 5,188
  • 5
  • 27
  • 26
  • 3
    I confirm, it doesn't work: NameError: undefined local variable or method `assert_valid_keys' for # – fro_oo Feb 11 '11 at 13:12
2

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

Ohad
  • 21
  • 1
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.

Woahdae
  • 4,951
  • 2
  • 28
  • 26