-
If I want to search for a certain message and go to the search box and input either:
On the other hand, if I create a new filter and input the same code under "filter code": How come? One more question - what is the proper syntax for an array search? Cause nothing seems to work for me. I hoped:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi, please use discussions for questions instead of issues. Search box is a simple search which works checks if either the key or the message contains the string from the input. Filters are smart on the other hand, that's why they're called smart filters. Regarding the array search, I don't think you can do something exact like this with groovy. You'll have to write a for loop instead. |
Beta Was this translation helpful? Give feedback.
-
my bad. will do next time.
can you point me to a minor sample please? |
Beta Was this translation helpful? Give feedback.
-
that seems to work rather weird too :/ If I search for If I search for |
Beta Was this translation helpful? Give feedback.
-
ah yes, you need to search without a space, pretty "obvious" :) |
Beta Was this translation helpful? Give feedback.
Hi, please use discussions for questions instead of issues.
Search box is a simple search which works checks if either the key or the message contains the string from the input.
Filters are smart on the other hand, that's why they're called smart filters.
Regarding the array search, I don't think you can do something exact like this with groovy. You'll have to write a for loop instead.
But it's a good idea to support things like this via json paths, I've created an issue -- #2580