Just a quickie - is there any way to use this on multiple custom fields:
search:custom_field="not IS_EMPTY"So, if either file_relationship_event OR file_relationship_conference have content, then show the entry:
In mangled EE code:
{exp:channel:entries channel="memberarea" orderby="date" dynamic="off" search:file_relationship_event="not IS_EMPTY" OR search:file_relationship_conference="not IS_EMPTY"}
{title}
{/exp:channel:entries}Alternatively, if this needs the query module - any tips on code for that one?
Thanks!