| eval a = if(match(_raw, "ERROR"),1,0) only matches for column a if the whole column's contents is just ERROR. However it should match for it even if there is other text in the column (substring match).
Expected behavior
Match a substring, not the full string.
How to reproduce
Run example command mentioned above with _raw column containing ERROR with some other text as well.
Screenshots
Software version
4.17.0
Desktop (please complete the following information if relevant):
Describe the bug
| eval a = if(match(_raw, "ERROR"),1,0)
only matches for columna
if the whole column's contents is justERROR
. However it should match for it even if there is other text in the column (substring match).Expected behavior
Match a substring, not the full string.
How to reproduce
Run example command mentioned above with _raw column containing ERROR with some other text as well.
Screenshots
Software version
4.17.0
Desktop (please complete the following information if relevant):
Additional context