Fuse.NET icon indicating copy to clipboard operation
Fuse.NET copied to clipboard

A lightweight zero-dependency C# port of the Fuse.js fuzzy-search library created by @krisk at https://github.com/krisk/Fuse

Results 3 Fuse.NET issues
Sort by recently updated
recently updated
newest added

## What has changed A new project has been added to the solution so that we can start migrating the unit tests across from the [original Fuse repo](https://github.com/krisk/Fuse). At the...

I tried running the example on the readme but it is returning all the items in the list. All the score are the same " 1.0000001E-06" I changed the search...

I took a look at your source code and it seems like you've got Nested arrays of strings working, but not nested array of objects (like in the link below),...