I am trying to add to my website a search bar like the one on Facebook. I want my users to be able to search through my products, my other users ... But I also want the result to be displayed in real time without pressing a button. I am currently looking at several options (thinking-sphinx, ferret, ...) but I am not sure which one to use and that's why I would like to get advices from pros ;)
So my requirement are :
- Result to be displayed in real-time in a box on the current page.
- Css Customizable
- Be able to search through severals table in my PostGreSQL DB.
- I am currently using Heroku for production.
I want to choose the best one for my needs and that's why I am asking your opinion. Thanks in advance !