Suppose I have the following item structure:
"_id": "12325523623453254",
"blas": {
"blaA": 0,
"blaB": 0,
"blaC": 0,
"blaD": 1,
}
}
I like to find the items with "blas" including at least one non zero value.
Suppose I have the following item structure:
"_id": "12325523623453254",
"blas": {
"blaA": 0,
"blaB": 0,
"blaC": 0,
"blaD": 1,
}
}
I like to find the items with "blas" including at least one non zero value.