josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Paging prunes erroneously. #77

Open josiah-wolf-oberholtzer opened 8 years ago

josiah-wolf-oberholtzer commented 8 years ago

Consider the following API link:

/api/artist/network/848261?roles[]=Alias&roles[]=Member+Of&roles[]=Released+On&roles[]=Sublabel+Of

This should result in many pages, covering ~9000 entities linked to the center label (Philips).

Instead, during paging, all of these entities are pruned, leaving only the center entity.