{ "service": "service", "method": "method", "input": { "matches": { "name": "[^\n]+" },"equals":{ "cat_name": "abc" } }, "output": { "data": { "name": "amy", "id": 77 } } }
I found the above condition will be matched even though I have a input with "cat_name" as "efg".
This is weird, because I thought it should be an AND condition here between "matches" and "equals".
Don't know what's the expected behavior, could you help check this?
Thanks.
version: version (v1.10)