« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/common-util
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-util')
-rw-r--r--src/common-util/search-shape.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common-util/search-shape.js b/src/common-util/search-shape.js
index 0754d3b1..d0db3ea2 100644
--- a/src/common-util/search-shape.js
+++ b/src/common-util/search-shape.js
@@ -8,6 +8,7 @@
 
 const baselineStore = [
   'primaryName',
+  'nameDetail',
   'disambiguators',
   'classification',
   'artwork',
@@ -20,6 +21,7 @@ const searchShape = {
   generic: {
     index: [
       'primaryName',
+      'nameDetail',
       'parentName',
       'additionalNames',
       'groups',
@@ -31,6 +33,7 @@ const searchShape = {
   verbatim: {
     index: [
       'primaryName',
+      'nameDetail',
       'parentName',
       'additionalNames',
       'groups',