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.
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no Travis Bell
on maijs 15, 2020 at 6:11 PM
Hi @IronKyle38,
Indeed that looks like a bug. I've created a new ticket for this here.
Atbilde no IronKyle38
on maijs 16, 2020 at 4:54 AM
Hi,
Thank you. Have a nice day.
Atbilde no Travis Bell
on oktobris 30, 2023 at 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.