
adrian at gossamer-threads
Apr 29, 2010, 5:44 PM
Views: 1100
Permalink
|
Hi Everyone, I'm currently fetching a list of stories by using: @stories = Bric::Biz::Asset::Business::Story->list(...); and this is working fine for relatively simple search parameters (dates, keywords, titles, etc). However, we need to now do something more complicated where the story must have one or more keywords, and any of another set of keywords. Is this possible to do using the existing API? Ideas, suggestions? Thanks! Adrian
|