title and original_title are producing the exact same results.
the first example below is supposed to be sorted by title, but instead appears to be sorted by original_title (as the alphabetization is completely off in english).
Comparing this to the results for original_title sorting, they're an exact match.
תגובה מאת Travis Bell
ב-מרץ 17, 2017 ב-3:50אחרי חצות יום
title
is the translated title in whatever language you're requesting, andoriginal_title
is the original title.תגובה מאת ambernay
ב-יולי 24, 2024 ב-4:34אחרי חצות יום
title and original_title are producing the exact same results.
the first example below is supposed to be sorted by title, but instead appears to be sorted by original_title (as the alphabetization is completely off in english).
Comparing this to the results for original_title sorting, they're an exact match.
sort_by title.desc:
sort_by original_title.desc: