jessinthecloud / coop-games

WIP - full rewrite of old Laracast IGDB project
0 stars 0 forks source link

Limit similar games correctly #39

Open jessinthecloud opened 3 years ago

jessinthecloud commented 3 years ago

https://github.com/jessinthecloud/coop-games/blob/8c7c9f185d8ed9b236ff6a48b43f284de8fed032/app/Models/Game.php#L393-L399

$this->similar_games is only grabbing 10 games and filters from that

jessinthecloud commented 3 years ago

Maybe don't bother having similar games in the Game $with field. Just make a separate query for now

jessinthecloud commented 3 years ago

ideally $with would allow customization of the eager load query but not sure if the package used supports that -- double check