Related to http://expressionengine.com/legacy_docs/modules/weblog/parameters.html#par_search
I know you can use multiple searches and combine different custom fields in your search, however I’m trying to use the “OR” statement. Is it possible?
My current tag:
{exp:weblog:entries weblog="events" disable="categories|member_data|trackbacks|pagination" dynamic="off" orderby="event-date" sort="desc" limit="5" search:event-photos="not IS_EMPTY" search:event-video="not IS_EMPTY"}What I need it to do is display results if only 1 of the searched fields is not empty, not both, as in the example above.
Martin