« get me outta code hell

client: search by contributor + parent (e.g. album) name - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commit77755762e3f71d70919774b07351441c3c572e1e (patch)
tree7c4b680727316b24e0519baab83f991f91703815
parent45476a7d2e36c2bd811df10305e910da40aba0a1 (diff)
client: search by contributor + parent (e.g. album) name
-rw-r--r--src/static/js/search-worker.js1
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'],