0

Do any good ones exist?

Nothing performance heavy...I just need to be able to search for records from my admin panel.

Thanks.

Voldy
  • 12,829
  • 8
  • 51
  • 67
user94154
  • 16,176
  • 20
  • 77
  • 116
  • Can you elaborate? What kind of search logic will a standard SQL statement with a LIKE clause not do? – Robert Nov 01 '10 at 17:25
  • Searchlogic is a collection of dynamic named scopes. It just simplifies a standard SQL statements approach. And Searchlogic for admin panel is a good one. – Voldy Nov 01 '10 at 17:36
  • I liked searchlogic when it worked. I'm still not on Rails 3 but have spent enough time trouble shooting the mysterious errors and would rather use something that just works. – user94154 Nov 01 '10 at 21:12

3 Answers3

2

When Rails 3.0.0 first came out, Searchlogic wasn't working with it, so I switched one of my projects to meta_search pretty painlessly. So that's one alternative.

Robert Speicher
  • 15,382
  • 6
  • 40
  • 45
1

I just setup meta_search it seems good so far and is easy to get up and running.

curiouscat
  • 191
  • 7
0

meta_search supported Rails 3.0.0 but will not be updated to support Rails 3.1 or greater.

Ethan
  • 57,819
  • 63
  • 187
  • 237