Follow-up fixes to beta.1. Please re-test if you use FuseWorker or token search.
Bug Fixes
- workers: preserve global
refIndexacross shards (e4217f9) - token-search: renumber inverted index after doc removal (ea9356d)
- core: invalidate searcher cache on collection mutation (fcf4228)
- types: resolve typecheck errors and align KeyStore types (dbc115d)
- Correct fieldCount accounting and add reverse lookup in inverted index (54e702c)
- Guard against empty-string crash in fieldNorm (e550ab1)
- Skip consecutive spaces in fieldNorm word counting (5929af6)
- Use latest stable version in docs CDN links (763e533)
npm i fuse.js@beta
New walkthrough: Using Fuse.js with React.
Full diff: v7.4.0-beta.1...v7.4.0-beta.2