Skip to content

The condition between "matches" and "equals" is OR? This should be AND? #122

@TsubasaEX

Description

@TsubasaEX

{ "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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions