Group Finder
Display a list of groups based on a series of filters.
This block provides the ability to search for groups based on campus, day of week, time of day, location, and custom attributes. Note that if location searching is enabled, groups with no location set will not be included in the results.
The returned groups matching the filters do not account for user security. Use the HasRightsTo
Lava filter to check view permissions for each group as needed.
Query Strings
Value | Description | |
---|---|---|
LoadResults | true | Bypasses the filter and shows results immediately. |
Template
The Deploy button is not required for content changes.
Merge Fields
Property | Type | Description |
---|---|---|
DetailPage | Guid | The page GUID defined in the block settings. |
Groups | List<Group> | A collection of |
Distances | List<groupId, distance> | A collection of key value pairs with the |
Styles
Class | Type |
---|---|
.group-finder-filter | |
.campus-picker | |
.day-of-week-picker | |
.time-of-day-picker | |
.group-finder-search-button |
Last updated