You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: