You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
{ "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)
The text was updated successfully, but these errors were encountered: