From bc7f4fd9fc5714399f5c92ed342caa36aaf520a3 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 18 Sep 2024 17:12:10 +0530 Subject: [PATCH] Fix --- web/packages/new/photos/services/search/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/packages/new/photos/services/search/worker.ts b/web/packages/new/photos/services/search/worker.ts index 6cd6f0e727..4fcbc4cb61 100644 --- a/web/packages/new/photos/services/search/worker.ts +++ b/web/packages/new/photos/services/search/worker.ts @@ -321,7 +321,7 @@ const locationSuggestions = ( const matchingLocationTags = locationTags.filter((t) => re.test(t.name)); const matchingLocationTagLNames = new Set( - matchingLocationTags.map((t) => t.name), + matchingLocationTags.map((t) => t.name.toLowerCase()), ); const matchingCities = cities