The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: disable semi-broken flexsearch cache

-1
-1
quartz/components/scripts/search.inline.ts
··· 303 303 // setup index if it hasn't been already 304 304 if (!index) { 305 305 index = new Document({ 306 - cache: true, 307 306 charset: "latin:extra", 308 307 optimize: true, 309 308 encode: encoder,