I know this is old, but I figured out a workaround for this. If you have control over the inputs, change it to be like this:
msg="some string here method~aaaa" method=bbbb
And then in your search, change it back, e.g.
| eval msg = replace(msg, "~", "\"")
... View more