Looking to add search capabilities to a model for reporting purposes. I was thinking searchlogic, Do you guys have any other suggestions for an application using rails 2.x? -Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Bryan Crossland
2011-Mar-07 22:09 UTC
Re: Rails 2.x suggestions to add search capabilities to a model
On Mon, Mar 7, 2011 at 8:38 AM, Jaz <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Looking to add search capabilities to a model for reporting purposes. > I was thinking searchlogic, Do you guys have any other suggestions for > an application using rails 2.x? > >Sphinx using UltraSphinx Solr using the plugin acts_as_solr Both are really easy to get up and running. I like Solr because it will auto-index your model when new records are added. B. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.