Skip to content

not boolean expression #269

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
liquid36 opened this issue Jun 16, 2021 · 1 comment
Open

not boolean expression #269

liquid36 opened this issue Jun 16, 2021 · 1 comment

Comments

@liquid36
Copy link

is it posible to implement a not boolean expression?
Example:

conditions: {
    not: {
      all: [{
        fact: 'gameDuration',
        operator: 'equal',
        value: 40
      }, {
        fact: 'personalFoulCount',
        operator: 'greaterThanInclusive',
        value: 5
      }]   
    }
},
@andycoopcode
Copy link
Contributor

@liquid36 I've put up a PR addressing this issue if you wanted to take a look: #275

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants