From 4c2d0e109ef61fa8f9296f0aeea11b607921c2d5 Mon Sep 17 00:00:00 2001 From: Demetrios Skamiotis Date: Fri, 27 Dec 2024 11:07:50 +0000 Subject: [PATCH] update IpsosTag for thefilter --- common/app/model/IpsosTags.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/app/model/IpsosTags.scala b/common/app/model/IpsosTags.scala index d031d82f153c..f7f0523c7a51 100644 --- a/common/app/model/IpsosTags.scala +++ b/common/app/model/IpsosTags.scala @@ -98,7 +98,8 @@ object IpsosTags { "uk/technology" -> "technology", /* There is no US technology tag - should these map to technology? */ "au/technology" -> "technology", "technology" -> "technology", /* Default for technology (including motoring) articles */ - "the-filter" -> "thefilter", + "thefilter" -> "thefilter", + "uk/thefilter" -> "thefilter", "the-guardian-foundation" -> "foundation", "theguardian" -> "theguardian", "theobserver" -> "theobserver",