Sort for referenced documents
Open
- Dominant language
- JavaScript
- Stars
- 134
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
If I have a model like below:
```
Authors:[
{_id:1
name:'Author 1'
}]
Books:[
{_id:1, authors:[1,2]
]
```
How can I perform sort on books.authors.name? Is it possible?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.