We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
icontains
~=
The text was updated successfully, but these errors were encountered:
Implement icontains. Fixes #78
593c490
76dd1ee
Merge pull request #79 from openziti/icontains
ff2b2dc
plorenz
No branches or pull requests
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:
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.The text was updated successfully, but these errors were encountered: