From 4ac19500e3e0d2ff7a5ddbbdf142be2fab971986 Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 2 Aug 2024 10:54:38 +0000 Subject: [PATCH] Update html/search.ejs --- html/search.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/search.ejs b/html/search.ejs index 39aaaa33..e7b1003f 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -655,7 +655,7 @@ const fakeNewsSources = { search: "Is it true that The Sun publishes exaggerated or false stories?" } }; -> + const normalizedQuery = q.toLowerCase().replace(/\s+/g, ''); const matchedSource = Object.keys(fakeNewsSources).find(source => normalizedQuery.includes(source.toLowerCase().replace(/\s+/g, '')));