Using $gte or $lt with an object value
deletes: [ { q: { a: { "$gte": { "x.x": 100 }}}, limit: 0 }]
seems to delete all documents where "a" is a document or array of documents (see repro script).
Is this expected behavior?
Using $gte or $lt with an object value
deletes: [ { q: { a: { "$gte": { "x.x": 100 }}}, limit: 0 }]
seems to delete all documents where "a" is a document or array of documents (see repro script).
Is this expected behavior?