Disable support for comma delimiters

hi, is there any way to disable this feature?

There are no switches to disable the delimiter. However, if you could explain how that is impacting you, we might be able to find a workaround together. Perhaps using quotes around strings where commas should not be treated as delimiters?

with quotes it doesn’t work

I cant set filter for a field with Operator is not one of and the single item that contains a comma.

Example:
I want to filter out all entries that contain this string: name=John, surname=Doe

After typing this into Values field and pressing enter, just name=John is added to the filter. I’ve tried to wrap in various quote characters but without any success.

Also I don’t want to have a filter for 2 separate strings, eg. 1st : name=John and 2nd: surname=Doe. Why? Because I want to filter that exact words sitting each next to other, as it is common that I have name=John in 2 other places in my log entry and I want to keep the results that have them in that other places.

Please let me know if I stated my problem clearly.
Cheers!