croberts22 / myanilist-bugs

A public repository containing bug reports for MyAniList.
5 stars 0 forks source link

Recommendation is missing #42

Closed seanblue closed 2 years ago

seanblue commented 2 years ago

On the page for Baccano, the recommendation for Odd Taxi is missing.

Compare the website: image

To the app: image

I'm currently watching Odd Taxi, in case that happens to be relevant. If I go to the Odd Taxi page in the app, Baccano does appear as expected.

croberts22 commented 2 years ago

Ah, I just saw the problem here. Apparently I forgot that recommendations here can be pageable, so it's only sending back the first 25 recommendations based on some unique sort order. Given I have some work I'd like to do here to make paging items on this page more optimal, I think what I'll do is adjust the query to return items sorted based on user ratings for now. I'll file a separate bug to adjust this list (and additional lists) to dynamically fetch next pages as you scroll towards the end.

I had no idea a series could have so many recommendations! 😄

croberts22 commented 2 years ago

This has been published in 2.11.1 and will be available in the next beta 🥳