openziti / ziti-console

https://openziti.io
Apache License 2.0
23 stars 16 forks source link

Make search case-insensitive #418

Open dmuensterer opened 3 months ago

dmuensterer commented 3 months ago

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.

dovholuknf commented 3 months ago

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 :)

dovholuknf commented 3 months ago

here's the ziti request which was recently closed. it'll make its way into ziti-console soon: https://github.com/openziti/storage/issues/78

dmuensterer commented 3 months ago

Thanks for considering, appreciate the quick response!

dovholuknf commented 3 months ago

@rgallettonf -- we need this issue open still, right? (close it if there's already an issue, i looked but didn't see one)

rgallettonf commented 3 months ago

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.