loic-sharma / BaGet

A lightweight NuGet and symbol server
https://loic-sharma.github.io/BaGet/
MIT License
2.62k stars 680 forks source link

Support version autocomplete #291

Open loic-sharma opened 5 years ago

loic-sharma commented 5 years ago

Work

Background

Implement this protocol: https://docs.microsoft.com/en-us/nuget/api/search-autocomplete-service-resource#enumerate-package-versions

Here's an example from nuget.org: https://azuresearch-usnc.nuget.org/autocomplete?id=newtonsoft.json&prerelease=true&semVerLevel=2.0.0

You can find places that need to be updated here: https://github.com/loic-sharma/BaGet/search?q=https%3A%2F%2Fgithub.com%2Floic-sharma%2FBaGet%2Fissues%2F291&unscoped_q=https%3A%2F%2Fgithub.com%2Floic-sharma%2FBaGet%2Fissues%2F291

loic-sharma commented 4 years ago

Thanks @davidackroyd99 for implementing this feature!

loic-sharma commented 4 years ago

Actually, I'll reopen this as we still need to add Azure Search and Azure Tables support