I'm not sure if this question should be here, but I like to hear your
voice.

in ActiveRecord, we use [] to avoid SQL inject.
like this : Article.find(:all, :conditions => ['name
like ?',"params[:search]"]).
In TS, how to do that?

-- 
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