loupOriginal post
Rank 3: Container
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- movieId
- rating
How order my reviews depend of the rating value of each review ?
Summary
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.