Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add exist | not exist to leaf types #61

Open
code-is-art opened this issue May 21, 2020 · 0 comments
Open

Add exist | not exist to leaf types #61

code-is-art opened this issue May 21, 2020 · 0 comments

Comments

@code-is-art
Copy link

code-is-art commented May 21, 2020

I needed it for my project and added it to my git clone of this project so I can do the following...

{
  "$or": [
    {
      "payload.fileInfo.size": {
        "$exists": true
      }
    },
    {
      "payload.fileInfo.size": {
        "$gt": "12345"
      }
    }
  ]
}

Every leaf type has an opr: exist | not exist and I removed the deprecated opr. I think its a good feature to have for people.

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

No branches or pull requests

1 participant