summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-12Also include growth groups.HEADmasterJesse Morgan
2019-11-16Fix the filter for community groupsJesse Morgan
Originally, the group type was simply "Community". It has since diversified into "PUY Community Groups", "SHC Community Groups", etc.
2018-12-04Remove emails and last namesJesse Morgan
2018-09-06Add location, leader email, and campus search fieldJesse Morgan
2018-08-19Restrict results to community groupsJesse Morgan
2018-08-04Dropping ElasticSearch in favor a single data fileJesse Morgan
The entire dataset is fairly small (116 kB), so I'm dropping the ElasticSearch cluster in favor of just writing the whole dataset into a file in S3. This lambda will run every 15 minutes and the client side will pull it down and filter the results.
2018-08-04Fix groupType/meetingDay field names to match GroupSearchDocumentJesse Morgan
2018-07-21Initial commit of groups search lambdasJesse Morgan