class Decidim::Meetings::MeetingSearch

def search_date

Handle the date filter
def search_date
  apply_scopes(%w(upcoming past), date)
end