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

Choco list/search should have exact filter search #453

Closed
ferventcoder opened this issue Oct 6, 2015 · 5 comments
Closed

Choco list/search should have exact filter search #453

ferventcoder opened this issue Oct 6, 2015 · 5 comments

Comments

@ferventcoder
Copy link
Member

@RichiCoder1
Copy link
Member

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.

@epidemicz
Copy link
Contributor

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:
choco list nodejs -me

Using -me for "match exact," but open to suggestion if anybody else has a better idea.

@ferventcoder
Copy link
Member Author

--exact. For a short name, is -e available?

@epidemicz
Copy link
Contributor

Okay, thanks, that does sounds better and -e looks like it is available too.

I'm going to try to hook up some tests and hopefully submit a pull request soon.

@ferventcoder
Copy link
Member Author

👍

epidemicz added a commit to epidemicz/choco that referenced this issue Feb 25, 2016
Previously there was no way to see only packages that
match exactly what you searched for. (+3 squashed commit)
epidemicz added a commit to epidemicz/choco that referenced this issue Feb 25, 2016
Previously there was no way to see only packages that
match exactly what you searched for.
epidemicz added a commit to epidemicz/choco that referenced this issue Feb 25, 2016
Previously there was no way to see only packages that
match exactly what you searched for.
@ferventcoder ferventcoder self-assigned this Feb 26, 2016
ferventcoder pushed a commit that referenced this issue Feb 26, 2016
Previously there was no way to see only packages that
match exactly what you searched for.
ferventcoder added a commit that referenced this issue Feb 26, 2016
* pr645:
  (GH-453) Adds exact filter option to choco list
ferventcoder added a commit that referenced this issue Feb 26, 2016
* stable:
  (GH-453) Adds exact filter option to choco list
  (GH-642) Show bitness downloading msg when both 32/64
  (GH-641) Support for more installer types
  (maint) move installers to a section by themselves
@ferventcoder ferventcoder modified the milestones: 0.9.10, 0.9.10.x Feb 26, 2016
ferventcoder added a commit that referenced this issue Mar 2, 2016
ferventcoder added a commit that referenced this issue Mar 2, 2016
* stable:
  (GH-453) Scenarios.md updates
ferventcoder added a commit that referenced this issue Mar 20, 2016
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.
@ferventcoder ferventcoder changed the title Choco list should have exact filter search Choco list/search should have exact filter search Mar 29, 2016
@gep13 gep13 removed the 4 - Done label Sep 7, 2021
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

4 participants