Hello,
I noticed a problem when I'm using the TMDb API.
I use this path: https://api.themoviedb.org/4/list/[LIST_ID]?api_key=[API_KEY]&sort_by=[SHORT_TYPE]
and the number of comments is different when I use different short_by.
Comments are limited at 20 for:
original_order.asc
andoriginal_order.desc
But there is no limit for:
release_date.asc
,release_date.desc
,title.asc
,title.desc
,vote_average.asc
andvote_average.desc
Is this a bug or a feature ?
Because I find it strange that there is a limit for some sort of sorting but not for others.
Thank you in advance.
Have a nice day.
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 15 maj 2020 vid 6:11 PM
Hi @IronKyle38,
Indeed that looks like a bug. I've created a new ticket for this here.
Svar från IronKyle38
den 16 maj 2020 vid 4:54 AM
Hi,
Thank you. Have a nice day.
Svar från Travis Bell
den 30 oktober 2023 vid 10:53 AM
Hi @IronKyle38,
This has been fixed now. The items returned in the
comments
field match the items returned in theresults
field no matter which sort option you pick.Cheers.