-
Notifications
You must be signed in to change notification settings - Fork 19
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
Make search case-insensitive #418
Comments
funny enough - we just had a conversation about this request. thanks for entering it. currently this is the expected behavior. we are likely going to change this in the future for us humans :) |
here's the ziti request which was recently closed. it'll make its way into ziti-console soon: openziti/storage#78 |
Thanks for considering, appreciate the quick response! |
@rgallettonf -- we need this issue open still, right? (close it if there's already an issue, i looked but didn't see one) |
Yep we can keep this open for tracking purposes in the console, once the API supports the insensitive search. For now though this is behaving as expected. |
The search in the ziti-console appears to be case sensitive.
I.e. when searching for a service/policy/config by using the search term
web
The following service/policy/config name would be found:
access_web_80
The following service/policy/config name would NOT be found:
access_Web_80
I don't think this is expected behaviour and might miss results one would be looking for.
The text was updated successfully, but these errors were encountered: