Reviews 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
      • details
      • review
      • login and loginsimple
      • owner
      • settings
      • 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
      • popup review
      • menufocusgroup_item
      • popup add_edit_item
      • menufocusgroup_tag
      • popup add_edit_tag
      • 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 browse for reviews using several different filters

PreviousindexNextdetails

Last updated 6 years ago

Was this helpful?

Search Page Overview

This is a public search page where users can browse for Items on the platform. Users have access to several different search filters, can see review-oriented information such as review count and average ratings for each Item, and can click to go to an item's . Input Filter - Keyword is pre-populated using the q parameter from the page url (if available).

Key Workflows

Button Submit Suggestion is clicked

  • Sends an email to app admins stating the suggestion

Key Elements

RepeatingGroup Items

  • Contains all Items on the platform or a filtered set of Items if the user has specified a keyword or tags

  • Data source notes

    • Filters for items that have any field containing the text from Input Filter - Keyword

    • Filters for items which have the Tags that have been specified by the user (selected tags are stored on RepeatingGroup Filter - Tag’s Tags state)

    • Sorts based on the value of Dropdown Items Sort

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

details page