« 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.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/search-spec.js b/src/util/search-spec.js
index e9e0a6f9..5aba2194 100644
--- a/src/util/search-spec.js
+++ b/src/util/search-spec.js
@@ -83,6 +83,7 @@ export const searchSpec = {
       albumData,
       artistData,
       flashData,
+      groupData,
       trackData,
     }) => [
       albumData,
@@ -92,6 +93,8 @@ export const searchSpec = {
 
       flashData,
 
+      groupData,
+
       trackData
         // Exclude rereleases - there's no reasonable way to differentiate
         // them from the main release as part of this query.