From 0ae913aea85898236ef5a487e63a407854b8bc26 Mon Sep 17 00:00:00 2001 From: Demetrios Skamiotis Date: Thu, 19 Dec 2024 17:43:06 +0000 Subject: [PATCH] add the-filter to scala mapping for ipsos-mori --- common/app/model/IpsosTags.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/common/app/model/IpsosTags.scala b/common/app/model/IpsosTags.scala index c7bd0aea089..d031d82f153 100644 --- a/common/app/model/IpsosTags.scala +++ b/common/app/model/IpsosTags.scala @@ -98,6 +98,7 @@ 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", "the-guardian-foundation" -> "foundation", "theguardian" -> "theguardian", "theobserver" -> "theobserver",