-or => [
{ 'display.end_date' => undef },
{ 'display.end_date' => { '>=' => $dtf->format_date($today) } }
]
],
{ 'me.date_remove' => undef },
{ 'me.date_remove' => { '>=' => $dtf->format_date($today) } }
},
{ join => 'display' }
-