-
-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Labels
Easy PickFeatureHacktoberfestGood issue for participating in HacktoberfestGood issue for participating in Hacktoberfest
Milestone
Description
The references()
and includesReferenceTo()
builder methods, which are for ReferenceOne and ReferenceMany, respectively, only support a single document as their argument. We should have helper methods to match against multiple referenced documents (using $in
). This is trivial for simple references, as it would simply use $in
, but it requires something more complex for DBRef references (see: here).
This issue was prompted by: http://stackoverflow.com/a/28304608/162228
melkamar, etshy and Frederick888
Metadata
Metadata
Assignees
Labels
Easy PickFeatureHacktoberfestGood issue for participating in HacktoberfestGood issue for participating in Hacktoberfest