How to query for specific field value in array? #5121
-
So let's say my collection looks something like this: interface MyCollection {
myArray: {
myNumberField: number;
id?: string;
}[]
} I want to get all documents where |
Beta Was this translation helpful? Give feedback.
Answered by
christian-reichart
Feb 27, 2024
Replies: 1 comment
-
got it to work, if anyone needs this later:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
christian-reichart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
got it to work, if anyone needs this later: