Thank you for submitting your question. Unfortunately we don’t presently support searching against nested vectors. We have this on our roadmap, and I will make sure to update this thread when it’s supported.
If there is any metadata in the parent document that you want to filter on, you can always use $lookup and $match to join against the parent document using a field in the child document, and then post-filtering on any metadata present within the parent. Happy to provide an example of this if that’s what you are looking for.
Hopefully towards the end of this year we will support some form of query patterns against a nested data model, though the design discussions for this are still in flight. I will update on this thread when we have a clearer idea of when this will land, as we know it is something we need to provide.