search for: appsystem

Displaying 1 result from an estimated 1 matches for "appsystem".

Did you mean: app_system
2010 Dec 02
0
Thinking Sphinx sorting problem
...n a SQL calculated value and am getting no records returned. I have checked and double checked and the query that TS is indexing is working out, but the problem is with the controller. Here is what I''m indexing: ---------------------------------------------------------- indexes "((#{AppSystem::Income::BASE} - applications.monthly_income * 12)) + SUM(#{AppSystem::Income::ADDITIONAL} - (COALESCE(household_members.monthly_income, 0) * 12))", :sortable => true, :as => :applicant_need, :joins => :household_members, :type => :float ------------------------------------...