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 ───────────────────────────────────────────────