Search performance improvements
This release adds the option to use an indexer for search. It also includes two new configuration options that allow you to opt-in to use the index search, and to set a limit to the indexer size in case of memory issues.
- documents usage of search index d3b1db6
- reducers.ts - SF - simplify code 3b7b18c
- allow configuring opt-out of search and limiting search indexing and results in case of memory issues fb249c8
- adds indexer search using flexsearch 900536e
- package.json - adds dependency on flexsearch 83c87c5
- tests - configure AVA so tests can be written in Typescript a6d2ac2