chriseldredge / Klondike

Ember front-end that builds on NuGet.Lucene for private package hosting
Apache License 2.0
299 stars 74 forks source link

VS 2015 showing only a limited number of packages #167

Open ManniAT opened 8 years ago

ManniAT commented 8 years ago

Hi,

I installed version 2.1.1 on IIS. I have a package count of 21000 (shown in WebUI) and when I search (VS ManageNugetPackages/Browse) for EntityFramework it finds 16 packages. Scrolling down does nothing (not loading more packages) - I can only see those 16 packages. If I search via Web-UI I find a lot more packages.

If I do the same with a local source (plain folder) scrolling down brings up more packages.

So what ever I search for - I get 16 packages - nothing more.

Did I make a mistake in configuration?

PerryWolf commented 8 years ago

Hi! Same problem here with self-hosted Klondike v2.1.1.

With Fiddler I found that VS2015 Update 3 makes this request:

http://mydomain:8081/api/odata/Search()?$filter=IsLatestVersion&searchTerm=%27%27&targetFramework=%27net45%27&includePrerelease=false&$skip=0&$top=26

The issue seems to be the top argument, how to get rid of this?

nathan-alden-sr commented 8 years ago

I have noticed the same problem several times. It's pretty annoying because if one wants to be guaranteed to find a package, one must basically type in the whole package ID.

An aside: Is Klondike still an actively-maintained project anymore?