diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-02-12 16:54:09 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-02-12 16:58:12 -0400 |
| commit | 05a176b1b556dc78ca3bf819a4bd0d073bc23cad (patch) | |
| tree | 5a97fe8b3b532f699b90d166a0959d5bf6a15023 /src/common-util | |
| parent | afe80f393d1569ba22f03941e808a66ddcd69e77 (diff) | |
search, client: handle singles
Diffstat (limited to 'src/common-util')
| -rw-r--r-- | src/common-util/search-shape.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-util/search-shape.js b/src/common-util/search-shape.js index e0819ed6..dada5003 100644 --- a/src/common-util/search-shape.js +++ b/src/common-util/search-shape.js @@ -9,6 +9,7 @@ const baselineStore = [ 'primaryName', 'disambiguator', + 'classification', 'artwork', 'color', ]; |