Closed BlockLune closed 5 months ago
I can't figure out how to adjust the fuzziness of the fuzzy search at the moment, maybe add a switch for turning the fuzzy search on or off first?
I can't figure out how to adjust the fuzziness of the fuzzy search at the moment, maybe add a switch for turning the fuzzy search on or off first?
https://www.fusejs.io/api/options.html#distance maybe this. You can config fuse in useFuse. The result limit is also configurable.
I can't figure out how to adjust the fuzziness of the fuzzy search at the moment, maybe add a switch for turning the fuzzy search on or off first?
https://www.fusejs.io/api/options.html#distance maybe this. You can config fuse in useFuse. The result limit is also configurable.
I still don't know how to do that :sob:
I can't figure out how to adjust the fuzziness of the fuzzy search at the moment, maybe add a switch for turning the fuzzy search on or off first?
https://www.fusejs.io/api/options.html#distance maybe this. You can config fuse in useFuse. The result limit is also configurable.
I still don't know how to do that ðŸ˜
Read the Type Declarations. Maybe you should wrap it in the fuseOptions
object
Merge it for now. For additional features, it would be best to open a separate PR.
Add a search bar.
Close #31
TODO: