I have a table (Phile) that has information about files. One of the
fields is a Type field. If I want to search for all files named "foo"
that are type JPEG, I can do:

Phile.search "foo", :conditions => {:type => 'JPEG'}

That works beautifully. But what is the syntax for searches where I
want all files named "foo" that are either type "JPEG", type "EPSF",
or type "TIFF"?

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