I have developed a database backed 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?
Asked
Active
Viewed 1,309 times
-1
1 Answers
5
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
Sphinix is a good solution fr easy start.

Amar
- 6,874
- 4
- 25
- 23