You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using "Contains" with an input that includes an underscore, a backslash (for escaping) is added before the underscore:
The result would be:
WHERE
event_name LIKE '%hi\_1%'
The added backslash actually breaks the query in Google Big Query. Is it possible to not have this backslash added? I couldn't find anything in the docs
To Reproduce
Add text input to "Contains" which includes an underscore
Expected behavior
A backslash will not be added
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using "Contains" with an input that includes an underscore, a backslash (for escaping) is added before the underscore:
The result would be:
The added backslash actually breaks the query in Google Big Query. Is it possible to not have this backslash added? I couldn't find anything in the docs
To Reproduce
Add text input to "Contains" which includes an underscore
Expected behavior
A backslash will not be added
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: