I understand that the results returned are sorted by vote_average. But if some movies have the same vote_average, how are they sorted then? I don't want to specify my own sort columns. I need to know the default sort order the API uses. I need that info to cache the results for a course project. I'm not allowed to use discovery method, only /movie/top_rated.
Thank you
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ مارس 14, 2018 في 1:55 مساءا
Top rated sort is done on 3 fields for tie breaks to try and ensure a consistent result set:
رد بواسطة alfoks
بتاريخ مارس 14, 2018 في 5:27 مساءا
So I can't reproduce the results localy. Thanks for the reply anyway.