Gig Marketplace 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
      • home
      • search
      • task
      • newtask
      • profile
      • 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_review
      • menufocusgroup_task
      • menufocusgroup_category
      • popup add_edit_category
      • menufocusgroup_flag
      • messagesnotifcation
    • 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 tasks using several filters

PrevioushomeNexttask

Last updated 6 years ago

Was this helpful?

Search Page Overview

This is a public search where users can browse through user-created Tasks on the platform and click to go to a task's . Users can choose from several search filters, the majority of which 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 Tasks

  • Contains all Tasks on the platform whose Hiring? is set to yes

  • May contain a subset of Tasks if users have specified search filters

  • Data source notes

    • Filters based on keyword, price range, and category

    • Sorts based on the value of Dropdown Tasks Sort

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

    • Contains a conditional data source when the user has selected one or more categories as a filter

details page