开发者

Adding Search feature in Rails 3 application

开发者 https://www.devze.com 2023-04-02 11:01 出处:网络
I have developed a database backed 开发者_JAVA百科application in Rails 3 www.pajamadeals.in . Now, I intend to include search feature in it. Where people can search books, instruments, etc. How do I i

I have developed a database backed 开发者_JAVA百科application in Rails 3 www.pajamadeals.in . Now, I intend to include search feature in it. Where people can search books, instruments, etc. How do I implement search feature. Any gem or plugin recommendation? Should I roll my own code for search capability?


There are couple of gem is usefull for full text searching

1) You can use thinking-sphinix,for quick start up you can refer http://railscasts.com/episodes/120-thinking-sphinx,

2) You can use solr you can refer http://railscasts.com/episodes/278-search-with-sunspot

3) Elastic Search

Sphinix is a good solution fr easy start.

0

精彩评论

暂无评论...
验证码 换一张
取 消