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

fix: escape string for contains and ncontains #5083

Merged
merged 3 commits into from
May 27, 2024
Merged

Conversation

nityanandagohain
Copy link
Member

escape string for contains and ncontains

fixes #4142

@github-actions github-actions bot added the bug Something isn't working label May 27, 2024
@srikanthccv
Copy link
Member

Should this done everywhere we support (n)contains https:/search?q=repo%3ASigNoz%2Fsignoz%20v3.FilterOperatorContains%2C%20v3.FilterOperatorNotContains&type=code

@nityanandagohain
Copy link
Member Author

Have made the changes @srikanthccv

@nityanandagohain nityanandagohain merged commit ab444af into develop May 27, 2024
12 checks passed
@nityanandagohain nityanandagohain deleted the issue_4142 branch May 27, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

values with special chars are not escaped for the operators CONTAINS/NOT_CONTAINS
2 participants