« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js/search-worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/js/search-worker.js')
-rw-r--r--src/static/js/search-worker.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js
index f3e4175a..a04752d4 100644
--- a/src/static/js/search-worker.js
+++ b/src/static/js/search-worker.js
@@ -486,8 +486,11 @@ function performSearchAction({query, options}) {
 
 const interestingFieldCombinations = [
   ['primaryName'],
+  ['primaryName', 'nameDetail'],
   ['additionalNames'],
+  ['additionalNames', 'nameDetail'],
   ['primaryName', 'groups'],
+  ['primaryName', 'nameDetail', 'groups'],
 ];
 
 function queryGenericIndex(query, options) {