From 531b58e8e67509a051d7c32e2bfe8fb8bdf2f257 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 6 Feb 2026 18:46:40 +0000 Subject: [PATCH] feat(tasting-notes): add "creamy" to vegetal flavour category --- src/presentation/web/views/tasting_notes.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/presentation/web/views/tasting_notes.rs b/src/presentation/web/views/tasting_notes.rs index dcf7e80..ea9285c 100644 --- a/src/presentation/web/views/tasting_notes.rs +++ b/src/presentation/web/views/tasting_notes.rs @@ -247,6 +247,7 @@ const EXACT_MATCHES: &[(&str, NoteCategory)] = &[ ("yoghurt", Vegetal), ("yogurt", Vegetal), ("cream", Vegetal), + ("creamy", Vegetal), ]; // ── Substring fallback ───────────────────────────────────────────────