Skip to content

ELEMENT QUERY OPERATORS: $exists $type #46

Description

@baxiry

suport $exists operator
example:

// $exists
match: {
      price: {
          $exists: true
     } 
}
// $type
match:{
    price: {
        $type: "string"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions