« 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.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common-util/search-shape.js b/src/common-util/search-shape.js
index 3f1d9ed2..0754d3b1 100644
--- a/src/common-util/search-shape.js
+++ b/src/common-util/search-shape.js
@@ -21,9 +21,7 @@ const searchShape = {
     index: [
       'primaryName',
       'parentName',
-      'artTags',
       'additionalNames',
-      'contributors',
       'groups',
     ].map(field => ({field, tokenize: 'forward'})),
 
@@ -34,9 +32,7 @@ const searchShape = {
     index: [
       'primaryName',
       'parentName',
-      'artTags',
       'additionalNames',
-      'contributors',
       'groups',
     ],