Skip to content
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

Get-Packages -Updates generates an incorrect query #2135

Closed
johnataylor opened this issue Feb 19, 2016 · 3 comments
Closed

Get-Packages -Updates generates an incorrect query #2135

johnataylor opened this issue Feb 19, 2016 · 3 comments

Comments

@johnataylor
Copy link
Member

https://api-v3search-0.nuget.org/query?q=DotNetZip etc

should be:

https://api-v3search-0.nuget.org/query?q=packageid:DotNetZip etc

currently multiple rows are returned and the client filters the result...

What should happen is one row should return and then that should be the one and only row for that Id. Currently there isn't even any guarantee that the multiple rows that are returned even contains the Id even if it is there in the feed.

Probably best to leave the filter in there because it helps to deal with sources that might not understand the packageid: syntax but we should update the query.

@johnataylor
Copy link
Member Author

Note this is just a functionality bug and has no real performance implication

@yishaigalatzer
Copy link

@johnataylor did you fix this already?

@yishaigalatzer yishaigalatzer added this to the 3.5 Beta milestone Mar 12, 2016
@yishaigalatzer yishaigalatzer modified the milestones: 3.5 Beta, 3.5 RC Apr 8, 2016
@rrelyea rrelyea modified the milestones: Future-1, 4.5 Oct 17, 2017
@rrelyea
Copy link
Contributor

rrelyea commented Oct 17, 2017

Will wait for customer impact before fixing this old issue.

@rrelyea rrelyea closed this as completed Oct 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants