-
Notifications
You must be signed in to change notification settings - Fork 904
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 list/search should have exact filter search #453
Comments
This wouldn't, in theory, be hard to do. Or at least not the specific package one. A flag that tells Choco to use GetPackageById wouldn't be out there. |
I have this working at the moment, but I guess I need to make tests for it.. not familiar with that yet, but I'll be looking into it. Currently looks like this: Using -me for "match exact," but open to suggestion if anybody else has a better idea. |
|
Okay, thanks, that does sounds better and I'm going to try to hook up some tests and hopefully submit a pull request soon. |
👍 |
Previously there was no way to see only packages that match exactly what you searched for. (+3 squashed commit)
Previously there was no way to see only packages that match exactly what you searched for.
Previously there was no way to see only packages that match exactly what you searched for.
Previously there was no way to see only packages that match exactly what you searched for.
* pr645: (GH-453) Adds exact filter option to choco list
* stable: (GH-453) Scenarios.md updates
Similar to #453 which searches by exact id, you should also be able to filter the search results where the filter is part of the id only.
https://groups.google.com/d/msgid/chocolatey/d2cb4b58-1a0f-4eaf-ba99-e6770a5feb8d%40googlegroups.com?utm_medium=email&utm_source=footer
The text was updated successfully, but these errors were encountered: