diff options
author | Gio <sethg@ipi.org> | 2024-03-26 20:36:24 -0500 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 12:11:45 -0300 |
commit | 8e8011d79511d68309d99ea93688d2a64d6149a6 (patch) | |
tree | 9ae19a2b4d813097cd8d6e504f0fe21f236ba966 /src/util | |
parent | c364e42237493bf8985da23fdc394df735fe6c3f (diff) |
search: minor client refactor
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/searchSchema.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/searchSchema.js b/src/util/searchSchema.js index 99ba869a..a4604dd4 100644 --- a/src/util/searchSchema.js +++ b/src/util/searchSchema.js @@ -9,7 +9,7 @@ export function makeSearchIndexes(FlexSearch) { tracks: new FlexSearch.Document({ id: "reference", - index: ["name", "album", "artists", "directory", "additionalNames"], + index: ["name", "album", "artists", "additionalNames"], }), artists: new FlexSearch.Document({ |