« get me outta code hell

search, client: art tag results - 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:
author(quasar) nebula <qznebula@protonmail.com>2024-06-01 20:08:16 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-01 20:08:16 -0300
commitf704e76e8632071154a955ae17a0f5dee78a6b12 (patch)
tree814d8b339caae5e371a04479d00a12c8b606de70 /src/util/search-spec.js
parent2660bbcc3b5364cd8e495ce17754ca7edef7f5d1 (diff)
search, client: art tag results
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 4d07019b..22ce71a3 100644
--- a/src/util/search-spec.js
+++ b/src/util/search-spec.js
@@ -89,6 +89,7 @@ export const searchSpec = {
   generic: {
     query: ({
       albumData,
+      artTagData,
       artistData,
       flashData,
       groupData,
@@ -96,6 +97,8 @@ export const searchSpec = {
     }) => [
       albumData,
 
+      artTagData,
+
       artistData
         .filter(artist => !artist.isAlias),