Sign in Sign up
nuget

SimplifiedSearch

Simple way to add ranked fuzzy matching search. For when you have up to a few thousand products, locations or similar and want to add a search that most users will see as smart, with minimal work. using SimplifiedSearch; IList<Country> matches = await listOfCountries.SimplifiedSearchAsync("thaiwan", x => x.CountryName); foreach (var country in matches) Console.WriteLine(country.CountryName); // output: // Taiwan // Thailand

nuget View on Nuget

Activity

Latest release
2y ago
Total releases
11
Cadence
~14 days
Last 12 months
0

Details

License
MIT
First release
Nov 16, 2021
Releases
Version Released
1.3.0-beta2 pre
1.3.0-beta1 pre
1.2.0 minor
1.2.0-beta.2 pre
1.2.0-beta.1 pre
1.1.5 patch
1.1.4 patch
1.1.3 patch
1.1.2 patch
1.1.0 minor
1.0.0 initial