« get me outta code hell
hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
index
:
hsmusic-wiki
this commit
cache-and-checks
content-cache
data-restructure
data-steps
focus-ring-tests
htmhell
networked-tags
prettify-lint
preview
release
staging
tf-parser
track-data-cleanup
track-sections
HSMusic - static wiki software cataloguing collaborative creation
Quasar Nebula
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
static
/
js
/
search-worker.js
Age
Commit message (
Collapse
)
Author
2024-12-19
client: wiki-search: break terms around any dash
(quasar) nebula
2024-06-12
client: search by contributor + parent (e.g. album) name
(quasar) nebula
2024-06-11
client: factor out some search logic
(quasar) nebula
Was trying to address a bug that is already handled just by making sure the generated search is up to date w/ search-spec lol
2024-06-10
client: filter by kind as postprocessing
(quasar) nebula
2024-06-10
search: drop 'kind' field
(quasar) nebula
2024-05-31
client: experimental [artTags, artTags] match
(quasar) nebula
2024-05-31
search: parent names, art tags, shenanigans
(quasar) nebula
2024-05-31
search: try a "kind" field
(quasar) nebula
2024-05-31
client: report unhandled promise rejections in search worker
(quasar) nebula
2024-05-31
client: load index from IDB cache again
(quasar) nebula
2024-05-31
client: report uncaught runtime errors in search worker
(quasar) nebula
2024-05-31
client: stub search index download progress
(quasar) nebula
2024-05-31
client: add eslint-env to search-worker.js
(quasar) nebula
2024-05-31
client: nothing is on fire
(quasar) nebula
2024-05-31
client: store cache of search indexes in IndexedDB
(quasar) nebula
2024-05-31
client: general search-worker eslint cleanup
(quasar) nebula
2024-05-31
search, client: use json-compress and msgpackr for search indexes
(quasar) nebula
2024-05-31
search, client: write indexes to individual files
(quasar) nebula
2024-05-31
content, client, css: misc search frontend additions
(quasar) nebula
2024-05-31
client: expend all terms, combine field results
(quasar) nebula
2024-05-31
client: search particle query permutations
(quasar) nebula
2024-05-31
client: stub interesting search internals
(quasar) nebula
2024-05-31
search: refactor search spec definition & interfaces
(quasar) nebula
2024-05-31
client: report errors setting up search worker
(quasar) nebula
2024-05-31
client: wrap search-worker main code in function
(quasar) nebula
Avoids top-level await in client code and organizes control flow a little nicer.
2024-05-31
client: move search into worker, defer loading
(quasar) nebula