Hello,
because I couldn’t find any info in the documentation, is it possible to use regex search in the message field?
Let’s assume we have a message field containing:
This is number 8748343 just for testing purposes.
Now I have tried all possible search syntax:
message:/This is number .+ just for testing purposes./
message: /This is number .+ just for testing purposes./
message:/This is number .+ just for testing purposes.+/
/This is number .+ just for testing purposes.+/
/This\sis\snumber.+just\sfor\stesting\spurposes.+/
But nothing works. What are my options?