How can I go about passing values through Thinking Sphinx to the DB?

Similarly to snippet from Acts_As_Ferret:

@projects = Project.search(params[:q], {:select => 'id, name,
permalink', :conditions => '[conditions]', :order =>
'projects.name', :include => [:state]})

This would query Sphinx and pass the IDs and additional parameters to
MySQL.

Thanks in advance for the help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to