Indexing & Enhanced Searching
Pre-release
Pre-release
- Added indexing for increased performance over large lists
- Added
Fuse.createIndex
, which created and returns an index. This function can be used to pre-generate the index, which you can then save, and ultimately pass to theFuse
instance.
- Added
- Breaking changes:
- Removed
id
option - Changed format of the search results
- Updated TypeScript definitions
- Removed
- A couple of fixes, courtesy of Daniel Dickinson: