« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/search-spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/search-spec.js')
-rw-r--r--src/util/search-spec.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/search-spec.js b/src/util/search-spec.js
index 22ce71a3..79e8ee95 100644
--- a/src/util/search-spec.js
+++ b/src/util/search-spec.js
@@ -115,9 +115,6 @@ export const searchSpec = {
     process(thing, opts) {
       const fields = {};
 
-      fields.kind =
-        thing.constructor[Symbol.for('Thing.referenceType')];
-
       fields.primaryName =
         thing.name;
 
@@ -188,7 +185,6 @@ export const searchSpec = {
     },
 
     index: [
-      'kind',
       'primaryName',
       'parentName',
       'artTags',