-
Notifications
You must be signed in to change notification settings - Fork 643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
many nugets are currently showing "This package has not been indexed yet" #3006
Comments
From @yishaigalatzer on August 5, 2015 17:27 @SimonCropp thanks for the report. We are aware and actively looking at
|
From @yishaigalatzer on August 6, 2015 1:28 This looks like is just a bug in the notification, for packages that are not the latest package. We are looking into a solution. Thanks for reporting |
From @SimonCropp on August 6, 2015 1:30 BTW a google search for "This package has not been indexed yet" will show u more examples |
From @johnataylor on August 6, 2015 1:30 I think the “not indexed yet” banner is giving us some false negatives. i.e. its saying that packages are not yet indexed when in fact they are. The fix is in this code I think: (PackagesController.cs l.304)
That is to say you are building a raw Lucene query and need to say that. This also avoids the filtering logic too I think. Anyhow, without this many packages (everything but the latest?) are appearing as “not indexed” when in fact they are. |
A fix has been deployed. |
From @ryanhelms on April 28, 2016 6:13 Has this bug be reintroduced? I am getting the "This package has not been indexed yet" banner on many packages, example:
And after just searching around for a few, I noticed that there are a lot (90% of the non-latest package) being reported "not been indexed yet", example: _(3 randomly selected packages, not latest stable package)_ |
Looking into it, thanks! |
Issue resolved. |
From @SimonCropp on August 4, 2015 23:5
even though they were deployed a long time ago
https://www.nuget.org/packages/EntityFramework/5.0.0
https://www.nuget.org/packages/Fody/1.29.0
https://www.nuget.org/packages/Newtonsoft.Json/3.5.8
Copied from original issue: NuGet/Home#1112
The text was updated successfully, but these errors were encountered: