0

Is there a way to create grouped conditions (between parenthesis in raw sql) in searchlogic?

I've found this, but seems to be deprecated in Searchlogic 2.x (using 2.4.27)

ekad
  • 14,436
  • 26
  • 44
  • 46
empz
  • 11,509
  • 16
  • 65
  • 106

1 Answers1

1

Maybe you should consider looking at MetaWhere and MetaSearch gem as explained in the screencasts http://railscasts.com/episodes/251-metawhere-metasearch . I think he even mentions that its a good solution to replace Searchlogic. Hope this helps.

Rafal
  • 2,576
  • 2
  • 18
  • 13
  • Thanks, but those seems to be only rails3 plugins. I'm looking for some 2.3.x ones. – empz Feb 22 '11 at 23:54