Skip to content

Commit

Permalink
Update MomentLabels
Browse files Browse the repository at this point in the history
* Add large Holidays
* Add assortment of pets
  • Loading branch information
fly-man- authored and lastzero committed Jun 13, 2023
1 parent 6a4bfa8 commit 4ecece5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion internal/query/moments.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,17 @@ var MomentLabels = map[string]string{
"theme park": "Festivals & Entertainment",
"event": "Festivals & Entertainment",
"wine": "Festivals & Entertainment",
"newyearsday": "Holidays",
"halloween": "Holidays",
"thanksgiving": "Holidays",
"christmas": "Holidays",
"cat": "Pets",
"dog": "Pets",
"gerbil": "Pets",
"hamster": "Pets",
"parakeet": "Pets",
"rabbit": "Pets",
"hamster": "Pets",
"turtle": "Pets",
}

// MomentLabelsFilter returns the smart filter string for a moment based on a matching label.
Expand Down

0 comments on commit 4ecece5

Please sign in to comment.