Can the search: parameter in a weblog entries tag have an operator?
I’m trying to make sure my bloggers have included a teaser image for the entry to show up in the “featured item” section, so I’m using:
{exp:weblog:entries weblog="weblog1|weblog2" search:teaser-image="not IS_EMPTY"}Client now needs to add another weblog to the mix that has a different custom field for the teaser image - “ts-teaser-image” let’s say.
Is there a way to get an OR in there?
{exp:weblog:entries weblog="weblog1|weblog2|newWeblog" search:teaser-image="not IS_EMPTY" OR ts-teaser-image="not IS_EMPTY"}