Skip to content

Add exist | not exist to leaf types #61

@code-is-art

Description

@code-is-art

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.

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