diff options
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/js/search-worker.js | 2 |
1 files changed, 1 insertions, 1 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']}, |