-
Notifications
You must be signed in to change notification settings - Fork 915
Search option --id-starts-with
only returned packages starting with chocolatey
#1836
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
Comments
@akulbe just to be clear that we are talking about the same thing... Where did Just want to make sure that we are on the same page 😄 |
We are now. Fixed it. 🤓 |
In order for this issue to be solved, a new version of the Chocolatey.NuGet.Client packages will be required, which address this issue. |
This updates the Chocolatey NuGet package references to the latest version available that was just recently created. This new version fixes a problem in Chocolatey CLI where we are unable to search for packages that starts with a prefix in an identifier.
This updates the Chocolatey NuGet package references to the latest version available that was just recently created. This new version fixes a problem in Chocolatey CLI where we are unable to search for packages that starts with a prefix in an identifier.
…ith-not-working-as-expected-1836 (#1836) Update Chocolatey NuGet references
--id-starts-with
only returned packages starting with chocolatey
🎉 This issue has been resolved in version 2.4.3 🎉 The release is available on: Your GitReleaseManager bot 📦 🚀 |
Uh oh!
There was an error while loading. Please reload this page.
What You Are Seeing?
choco search --id-starts-with p
shows a very short list.
What is Expected?
to see the same results as:
choco search | sls ^p | Sort-Object
How Did You Get This To Happen? (Steps to Reproduce)
Simply running
choco search --id-starts-with p
and comparing its results with that ofchoco search | sls ^p | Sort-Object
Output Log
Full Log Output
chocolatey.log
choco_search_starts_with_id_debug_verbose.txt
The text was updated successfully, but these errors were encountered: