dauntless/quartz
Amir Pourmand 03ccac2872
feat: Update FlexSearch and Add Support for All Languages (#2108)
* chore(deps): update flexsearch to version 0.8.205 and adjust search encoder.

* refactor(search): enhance search encoder and update search results type

- Improved the encoder function to filter out empty tokens.
- Updated the search results type from a specific FlexSearch type to a more generic 'any' type for flexibility.
- Removed redundant rtl property from the index configuration.

* refactor(search): remove rtl property from search index configuration

* refactor(search): improve encoder function formatting

- Updated the encoder function to use consistent arrow function syntax for better readability.

* refactor(search): update search results type to DefaultDocumentSearchResults

- Imported DefaultDocumentSearchResults from FlexSearch for improved type safety.
- Changed the type of searchResults from 'any' to DefaultDocumentSearchResults<Item> for better clarity and maintainability.
2025-09-17 15:39:30 -07:00
..
cli chore(deps): replace chalk and rimraf with builtin functions (#1879) 2025-05-28 10:40:51 +02:00
components feat: Update FlexSearch and Add Support for All Languages (#2108) 2025-09-17 15:39:30 -07:00
i18n Update de-DE.ts (#2128) 2025-09-15 11:59:10 -07:00
plugins fix: fix CNAME path error (#2096) 2025-09-17 14:50:12 -07:00
processors chore(deps): replace chalk and rimraf with builtin functions (#1879) 2025-05-28 10:40:51 +02:00
static feat(comments): support custom giscus themes (#1526) 2024-10-17 18:30:16 -04:00
styles fix(style): layout flow, search restyle 2025-09-17 15:26:49 -07:00
util fix(emoji): duplicate mappings (#2042) 2025-07-07 06:18:29 -04:00
bootstrap-cli.mjs fix(docker): instructions + bump deps + bind mount (#1809) 2025-03-06 10:01:25 -08:00
bootstrap-worker.mjs chore(build): separate markdown and html handling into two separate stages (#1675) 2025-01-07 15:33:34 -05:00
build.ts Fix: normalize chokidar paths for hot reload on Windows (#2120) 2025-09-07 11:58:47 -07:00
cfg.ts feat(analytics): add support for Vercel Web Analytics provider (#2119) 2025-09-08 20:06:28 -07:00
worker.ts perf: incremental rebuild (--fastRebuild v2 but default) (#1841) 2025-03-16 14:17:31 -07:00