-
Notifications
You must be signed in to change notification settings - Fork 905
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
"choco search --allversions" lists very packages and only one version per package #1982
Comments
Could you provide logs? on a fresh 2019 box with choco 10.15 business `choco search virtualbox -a returns 29 packages on my system. |
Sure thing. I've just run
However: no mention of the The verbose debug log output is here. |
This may be due to caching with chocolatey.org and issues over there. However there is some semblance that this could also be a bug here in the choco code base. - Leaving this at triaging for now. |
I'm still seeing this issue.
If I include the
|
@jeremylee that -e item is a known issue #1843 and has been fixed for v0.10.16 release. |
What is Expected?
When I do
choco search <packagename>
andchoco search <packagename> --allversions
I expect the latter command to output at least the same list of packages as the the former. In addition I expect that the latter lists all versions known for all packages found.What You Are Seeing?
choco search <packagename> -a
lists far fewer packages thanchoco search <packagename>
.How Did You Get This To Happen? (Steps to Reproduce)
Run the following two commands and compare their output:
vs.
It works nicely with other packages (
notepadplusplus
works as expected).This looks trivial to reproduce, therefore I don't include logs. If you cannot reproduce it with a simple
choco search virtualbox -a
, I'll gladly produce debug logs etc.The text was updated successfully, but these errors were encountered: