-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels