2012-04-19 18 views
0

什麼是實現我們的Rails 3 App的網站頁眉一個可搜索功能的最佳方法是什麼?添加搜索到我們的Rails 3附錄

我們有可以按照對方用戶,我們在大量的,一個搜索欄將是一個非常有利的除了我們的應用程序接收反饋。

謝謝你們,提前。

回答

2

嗨飛毛腿炸彈, 有幾個在市場上良好的寶石實現可搜索功能。

最常用的寶石

  1. 太陽黑子+ solr的(https://github.com/outoftime/sunspot)
  2. acts_as_indexed(https://github.com/dougal/acts_as_indexed)
  3. 思維 - 獅身人面像(https://github.com/freelancing-god/thinking-sphinx)

但我要說的太陽黑子是最好的option.Basically太陽黑子是一個Ruby庫,與Solr的搜索引擎進行交互爲強大搜索。

有關於這個話題的好博客看看。

http://www.idyllic-software.com/blog/fulltext-search-with-sunspot/

+0

感謝兄弟我很感激。 – 2012-04-22 01:05:53