diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-11 11:11:23 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-12 16:17:17 -0300 |
commit | 77755762e3f71d70919774b07351441c3c572e1e (patch) | |
tree | 7c4b680727316b24e0519baab83f991f91703815 /src/static/js | |
parent | 45476a7d2e36c2bd811df10305e910da40aba0a1 (diff) |
client: search by contributor + parent (e.g. album) name
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/search-worker.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js index 8e83fe02..8d987a74 100644 --- a/src/static/js/search-worker.js +++ b/src/static/js/search-worker.js @@ -409,6 +409,7 @@ function queryGenericIndex(index, query, options) { // flexsearch matching multiple field values in a single query. ['artTags', 'artTags'], + ['contributors', 'parentName'], ['contributors', 'groups'], ['primaryName', 'contributors'], ['primaryName'], |