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