search

Page where users can search for events users using several different filters

Search Page Overview

This is a public search page where users can browse Events on the platform. Users have access to several search filters, including date and location filters. The majority of filters are linked directly to a url parameter, so users have the ability to link directly to a set of search results (or rather, filters that produce a certain set of results).

Key Workflows

Update parameters [Custom workflow]

  • Updates a set of URL parameters with data inputted in the search filters. This is triggered each time an input is updated and allows users to link directly to a set of filtered search results

  • Search filters on the page pull their default value from URL parameters when available

Key Elements

RepeatingGroup Events

  • Contains all Events on the platform or a filtered set of Events

  • Data source notes

    • Filters based on keyword, location, and dates

    • Sorts based on the value of Dropdown Events Sort

      • We use the :formatted as text operator to translate the dropdown option values to their appropriate database field names

Last updated