Yo I have a little question, is it possible to make a Query in order asc to a relationship document attribut value ? For exemple I have this :
- movie_review_collection :
- id
- movieId
- movieRated (relation document)
- review_title
- review_body
- movieRated_collection
- id
How order my reviews depend of the rating value of each review ?
TL;DR
Is it possible to order queries in ascending order based on a relationship document attribute value? Currently, queries on related documents are not supported. However, it is planned to be added in the future.