search

Page where users can browse for reviews using several different filters

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 details page. 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

Last updated