URL

/app/search

Screenshot

1920

Structure

search.html.liquid
├── _header.html.liquid
├── _filter_dropdown.html.liquid
│   └── _filter_select.html.liquid
├── _search_result.html.liquid
├── _search_zero_state.html.liquid
└── _footer.html.liquid

Template Considerations

The Search template exposes a results variable with the following structure:

nametype
countnumber
termstring
itemsarray [SearchResult]
filtersarray [Filter]

The SearchResult entity has the following structure:

nametype
image_urlstring
descriptionstring
courseCourse
activityActivity

The Filter entity has the following structure:

nametype
iduuid
namestring
selectedboolean