I have a Ruby on Rails site that uses thinking sphinx for searching a postgres database. One of the fields in a table I am searching on is a boolean.
I installed Sphinx and Thinking-Sphinx some days ago on my ruby on rails 2.3.2, and basic searching works great. This means, without any conditions. Now, I want to filter the search with some conditio
I\'ve recently installed thinking-sphinx on my ruby on rails app. As first sight, everything works great, I can search words and it will find them. Now, when I try to add some filters(such as, for exa
I installed Sphinx and Thinking Sphinx for ruby on rails 2.3.2. When I search without conditions search works ok. Now, what I\'d like to do is filter by tags, so, as I\'m using the acts_as_taggable_o
I\'m looking to install Sphinx and thinking_sphinx on my basic shared hosting plan at webfaction so I can properly deploy my rails app. I\'m positive webfaction supports this un开发者_如何学运维der my
Yesterday I was trying to install Sphinx for full-text search on Windows 7. So, I followed their website\'s installation steps.
I have a table Blog belongs to User through user_id. I\'m using thinking sphinx to index the blog, bu开发者_运维问答t I only want it to index blogs where the user is currently active (user.status = U
I\'m using thinking_sphinx and am delta indexing a model. The delta index works but there is small bug. When I create a new product it is index. However, when I update that produc开发者_Python百科t i
I\'m using sphinx and thinking sphinx to search a customer database. The customer metadata (emails, tels etc) are spread across multiple tables and sphinx indexes all notes on customers etc etc. The p
Can anybody help me understand the expected format of data for creating MVA (multi-value) attributes in Sphinx?