-
Notifications
You must be signed in to change notification settings - Fork 658
Closed
Labels
Description
Moved from nuget home - NuGet/Home#283 by @csharpfritz
This is in re: this twitter thread: https://twitter.com/sbohlen/status/571267522571468800
Essentially this comes down to the following issue, which (depending on your POV) either merely hamper discoverability or indicate mostly-broken search functionality:
• Partial matches of search terms names are not considered
Unless you know EXACTLY the package name for which you’re searching, it’s nearly impossible to use search to progressively refine/discover the package(s) you’re seeking.
Example: a search for "nhibernate" finds the NHibernate package:
http://www.nuget.org/packages?q=nhibernate
However, a search for "nhib" does not:
http://www.nuget.org/packages?q=nhib
xt0rted, spottedmahn and chlowell