Open efrechette-rga opened 2 months ago
This issue is stale because it has been open 30 days with no activity.
+1 fetch_links=True does not fully populate the linked documents but Object { id: "668ea3dda0a3e171ae3fbd71", collection: "users" } in the linked field of the linking document.
Using
fetch_links=True
with aView
results in an error:To Reproduce
Expected behavior
View.find_one(..., fetch_links=True)
works exactly like it does forDocument
s.