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

Allow searching for things without case sensitivity #78

Closed
tburtchell opened this issue Jul 17, 2024 · 0 comments
Closed

Allow searching for things without case sensitivity #78

tburtchell opened this issue Jul 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tburtchell
Copy link
Member

We're adding more capabilities to the Ziti Admin Console around searching for things, such as Identities, Routers, Policies by name.

I would like to be able to search for partial names in a case insensitive way. For example, assume three identities with names:

  1. TestIdentity
  2. testIdentity
  3. This Identity Is a Test

I would like to be able to search for "test" or "TEST" and have all three of these come back.

Internal discussions ended up with a suggestion of icontains and ~= to accomplish this.

@tburtchell tburtchell added the enhancement New feature or request label Jul 17, 2024
@plorenz plorenz transferred this issue from openziti/ziti Jul 17, 2024
@plorenz plorenz self-assigned this Jul 17, 2024
plorenz added a commit that referenced this issue Jul 17, 2024
plorenz added a commit that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants