chun shang
chun shang
could anybody help take a look at this issue? or perhaps there are some workarounds to suppress coverage errors?
I'm looking forward to the same thing, like Fuse.js https://fusejs.io/api/options.html#includescore
I'm going to use Message Handler in WKWebview to workaround, but it doesn't support synchronous call, many changes many need to finish. I may create a PR later.
I noticed this issue as well, whenever clicking a chart icon in the Data Explorer tab, after a second, the following error happens and the tab becomes white: React says:...
In case you missed it, there is a second parameter in `search` method where you could specify how many results you'd like to get: `search(query, { length: 10 })`. Another...
There is an option [`sortFn`](https://fusejs.io/api/options.html#sortfn) which might be useful for your case. You could re-compute the score according to your own standard and then sort the results, here is how...
You could make it with Fuse's APIs, like this: ```js const fuse = new Fuse(...); const searchWrapper = query => { if (!query) return fuse.getIndex().records.map(({ $: item, i: idx })...
@krisk hopefully you could help take a look at this PR in the near future.
great to learn Inferno is going to support it, could you share an estimated date if possible?
@blink1073 I'm glad to have that opportunity, thank you!