diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-08 20:52:28 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-08 20:52:28 -0300 |
commit | 9be32e448e65efeef59fa1ed6c2f4190c86d83d4 (patch) | |
tree | 017b01a752ad658073cd8b6770ead0de01612184 /src/static | |
parent | c60c6b04114efa65da26ded995fb5793c893d066 (diff) |
search: query -> select, factor out backend parts of searchSpec
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/js/search-worker.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js index 3e9fbfca..387cbca0 100644 --- a/src/static/js/search-worker.js +++ b/src/static/js/search-worker.js @@ -2,7 +2,8 @@ import FlexSearch from '../lib/flexsearch/flexsearch.bundle.module.min.js'; -import {makeSearchIndex, searchSpec} from '../shared-util/search-spec.js'; +import {default as searchSpec, makeSearchIndex} + from '../shared-util/search-shape.js'; import { empty, |