From 774ff286619dd938637e6aa9630a842444dce2ee Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 12 Feb 2026 18:38:03 -0400 Subject: content, client: "Albums" -> "Releases" in search filters --- src/static/js/search-worker.js | 2 +- src/strings-default.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js index 92ba1f0d..f6b24386 100644 --- a/src/static/js/search-worker.js +++ b/src/static/js/search-worker.js @@ -528,7 +528,7 @@ function queryIndex({termsKey, indexKey}, query, options) { function processTerms(query) { const kindTermSpec = [ - {kind: 'album', terms: ['album', 'albums']}, + {kind: 'album', terms: ['album', 'albums', 'release', 'releases']}, {kind: 'artist', terms: ['artist', 'artists']}, {kind: 'flash', terms: ['flash', 'flashes']}, {kind: 'group', terms: ['group', 'groups']}, diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 44768897..24b8a5c1 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -850,7 +850,7 @@ misc: track.artists: "(by {ARTISTS})" resultFilter: - album: "Albums" + album: "Releases" artTag: "Art Tags" artist: "Artists" flash: "Flashes" -- cgit 1.3.0-6-gf8a5