Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : 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

Registry - Homepage - JSON
purl: pkg:nuget/simplifiedsearch
Keywords: simple, ranked, fuzzy, search
License: MIT
Latest release: over 1 year ago
First release: over 2 years ago
Downloads: 26,837 total
Stars: 4 on GitHub
Forks: 1 on GitHub
Total Commits: 145
Committers: 2
Average commits per author: 72.5
Development Distribution Score (DDS): 0.048
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...