Rails 3 full-text search options (gems, plugins, etc)
Posted
by shiftshane
on Stack Overflow
See other posts from Stack Overflow
or by shiftshane
Published on 2010-05-09T21:15:39Z
Indexed on
2010/06/05
14:12 UTC
Read the original article
Hit count: 243
I was wondering if there were any suggestions for how to best roll with full text searching in your Rails 3 apps? Thinking Sphinx and acts_as_ferret aren't updated for Rails 3 yet, and even basic activerecord search helpers like Searchlogic also aren't there yet.
Any thoughts? Are you using any forked versions of the above gems that have been updated to Rails 3?
© Stack Overflow or respective owner