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 should not be case-sensitive #52

Open
SeanFeldman opened this issue Apr 24, 2019 · 5 comments
Open

Search should not be case-sensitive #52

SeanFeldman opened this issue Apr 24, 2019 · 5 comments
Labels
enhancement New feature or request service Issues related to the AppConfig service

Comments

@SeanFeldman
Copy link

Search by key should be not case-sensitive. Assumption should be that when a search by a pattern is performed it's likely because one doesn't remember the exact key or casing.

@zhenlan
Copy link
Contributor

zhenlan commented Apr 25, 2019

@SeanFeldman, you have a good point. The App Configuration service is a case-sensitive config system, so all operations are case-sensitive at this point. Supporting case-insensitive searching requires the service to be updated to support this functionality. We will consider this in our future improvement. Thanks for the feedback!

@zhenlan zhenlan added enhancement New feature or request service Issues related to the AppConfig service labels Apr 25, 2019
@loligans
Copy link

We ran into this recently. It would be nice if we could allow the LabelFilter to be case insensitive.

@loligans
Copy link

@zhenlan

@dsschnau
Copy link

👍

@zhenlan
Copy link
Contributor

zhenlan commented Apr 24, 2020

This is still in our backlog, but certainly not forgotten :)

cc: @drago-draganov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request service Issues related to the AppConfig service
Projects
Development

No branches or pull requests

4 participants