79559722

Date: 2025-04-07 11:17:45
Score: 1.5
Natty:
Report link

What you're looking for is "$or matching" [source].

Your code should look like this:

"detail": {
    "$or": [
        {
            "bucket": {"name": "dest-bucket"}
        },{
            "bucket": {"name": "second-dest-bucket"}
        }
    ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What you
  • Low reputation (1):
Posted by: Ashish Kulkarni