-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
It seems a common data structure one would like is the following:
{
related: {
<id of a document>: {
subfield: "Subfield value"
},
<id of a document>: {
...
}
}
}
So a dict/map where keys are IDs and values are a subdocument with few fields of a referenced document. One can do that as a list for now, but I think having a dict/map would be beneficial for easy direct access if key (document id) is known. But current code does not yet support keeping subdocuments in sync for such structure.
Metadata
Metadata
Assignees
Labels
No labels