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

string-specific Filters #3784

Open
devinrsmith opened this issue May 3, 2023 · 2 comments
Open

string-specific Filters #3784

devinrsmith opened this issue May 3, 2023 · 2 comments
Assignees
Milestone

Comments

@devinrsmith
Copy link
Member

Strings may be considered a special case, as most of the operators can additionally take a "caseInsensitive" option.

This may also be an opportunity to expand to string-specific variants that may be very common: starts_with, ends_with, contains.

@devinrsmith
Copy link
Member Author

Also, simply eq w/ case-insensitive would be useful.

@devinrsmith
Copy link
Member Author

It would be good to plumb these through gRPC and web ui invocations when available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants