I think a search engine probably is what you're after. Since this is just simple text search, if you're using Postgres you could just put a text field in each record of content you want to make it searchable on, and use Postgres' built in full text indexing.
Do you have other specific concerns? Cheers, Chris On Tue, Feb 14, 2012 at 4:31 PM, Dmytrii Nagirniak <[email protected]> wrote: > Hi, > > I wonder if anybody has recommendations implementing application wide search > (you know, the **small** box on the top right). > > It should search among different kinds of modes with very little (if > anything) in common. > > How would you approach this? > Not sure that Thinking Sphinx, ElasticSearch etc are good fit for that. > > Thanks, > Dmytrii > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
