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
Itemson the platform or a filtered set ofItemsif the user has specified a keyword or tagsData source notes
Filters for items that have any field containing the text from
Input Filter - KeywordFilters for items which have the
Tagsthat have been specified by the user (selected tags are stored on RepeatingGroup Filter - Tag’sTagsstate)Sorts based on the value of
Dropdown Items SortWe use the :formatted as text operator to translate the dropdown option values to their appropriate database field names
Last updated
Was this helpful?