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 的回复
于 2018 年 03 月 14 日 1:55下午
Top rated sort is done on 3 fields for tie breaks to try and ensure a consistent result set:
alfoks 的回复
于 2018 年 03 月 14 日 5:27下午
So I can't reproduce the results localy. Thanks for the reply anyway.