|
Post by AMI_Mani on Aug 17, 2020 12:17:42 GMT
Hi, As of now MapTerms support AND, OR as shown below
"MapTerms": { "enum": [ "AND", "OR" ], "enumDescriptions": { "AND": "The operation used for logical 'AND' of dependency terms.", "OR": "The operation used for logical 'OR' of dependency terms." }, "type": "string" },
Is there any plan for adding NOT opcode in MapTerms? If not planned to support, do we have any other workaround or equivalent mapping available to achieve NOT support with existing schema
Thanks, Mani
|
|
|
Post by jautor on Aug 18, 2020 18:18:56 GMT
Could you give us an example use case where you would need that additional complexity? We were really trying to avoid more complex dependencies. We also believe that many use cases can be accomplished with negative logic to achieve the same result.
Jeff
|
|