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

Search by exact or by id only is case sensitive for remote sources #889

Closed
ferventcoder opened this issue Aug 3, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@ferventcoder
Copy link
Member

Originally filed at https://github.com/chocolatey/chocolatey.org/issues/410

choco search clover --by-id-only
vs
choco search Clover --by-id-only

Also when using --exact

These are case-sensitive and should not be.

@ferventcoder ferventcoder added this to the 0.9.10.4 milestone Aug 3, 2016
@ferventcoder ferventcoder self-assigned this Aug 3, 2016
ferventcoder added a commit that referenced this issue Aug 3, 2016
It appears that remote searches related to `--exact`, `--by-id-only`,
and `--id-starts-with` are producing filters that are case sensitive.
These searches should not be case sensitive. Fix the queries so they
are passed appropriately to not be case sensitive.
ferventcoder added a commit that referenced this issue Aug 3, 2016
* stable:
  (GH-861) Fix uninstall to use version parameter
  (GH-889) Fix: Search by Id is Case Sensitive
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

2 participants