Events Platform Template Reference
  • Welcome
  • Feature List
  • Quickstart Guide
  • GENERAL INFORMATION
    • Data Structure
    • Design & Layout
      • Styles
      • Homepage content and logos
      • Pages, groups, and popups
      • Padding
    • Functionality
      • Emails
      • Alerts
      • Hidden variables popup
  • ASSETS
    • Pages
      • Index
      • search
      • event
      • modify
      • login and loginsimple
      • owner
      • dashboard
      • termsofservice
      • privacypolicy
      • reset_pw
      • 404
      • standardpage
    • Reuseables
      • header
      • footer
      • signup/login
      • popupsreusable
      • editpopupsreusable
      • menufocusgroup or Menu options (︙)
      • cookiespermission
      • homepageblocks
      • owner's portal reusables
        • ownerdashboard
        • ownergeneralsettings
        • ownerseosettings
        • ownersocialmediasettings
        • ownersocialmediainfo
        • ownerlegalpages
        • ownerhomepagesetup
        • ownerstyles
        • ownerfeaturebacklog
      • menufocusgroup_event
      • menufocusgroup_flag
    • API workflows
Powered by GitBook
On this page
  • Search Page Overview
  • Key Workflows
  • Key Elements

Was this helpful?

  1. ASSETS
  2. Pages

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

PreviousIndexNextevent

Last updated 6 years ago

Was this helpful?