Is it possible to do the following using the DB API or would I be
better off running a manual sql query? from the docs it appears you can
only do AND queries?

select * from table where col='value' or col='value2'

It's a simplified example. My goal is to be able to do keyword matching
using "contains" across currently active stories in the database.

Reply via email to