Any way to do partial response match #1369
Answered
by
jcamiel
chenrui333
asked this question in
Q&A
-
I wonder if there is any way to do partial response match vs the full response check for multistring situation. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jcamiel
Mar 15, 2023
Replies: 1 comment 1 reply
-
Hi @chenrui333, Generally, you can simply use
Do you have use case that you can share so we can see how to address it? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chenrui333
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @chenrui333,
Generally, you can simply use
matches
andcontains
predicates with a bodyquery
, for instance:Do you have use case that you can share so we can see how to address it?