Browsing the blog archives for February, 2009

Thinking Sphinx with Excerpt Highlighting

So you want to highlight search terms and excerpt relevant phrases in your search results, and you want it done using the same stemming rules that your search engine uses to gather results? This patch will do that for you.

No Comments
February 26, 2009 in Ruby on Rails

Search Multiple Models at Once with Thinking Sphinx

You can search across multiple models and return a combined result set with Thinking Sphinx.

No Comments
February 26, 2009 in Ruby on Rails

Thinking Sphinx with Paginating Find

Thinking Sphinx can work with paginating_find with a simple patch of the search method.

No Comments
February 26, 2009 in Ruby on Rails