Query for all cards directly attributed to a certain player.
If this is already implemented or has already been requested and denied please disregard.
Right now I can directly navigate to page that shows me.
Most popular sets, ordered by year
All sets, ordered by year.
While easily enough to navigate to a specific set and drill down on individual cards
in the set I may be interested in or already have in my collection...
I have several 'sub-collections' that contain cards attributed to a single player.
Can we query by player and get a 'checklist' of sorts like we can get now
for sets? An ENTIRE checklist, not just the first 100 or a random result
from a SELECT query containing a broad match for "player name" if that's my
search query?
Thanks.
Unfortunately this is not possible right now. For most popular players, there will be tens of thousands of possible cards. We cannot return them all in a search result. The way the data is stored in the database allows us to pull that data for an entire set (not stored in search), but we cannot pull the full data for a player because of the sheer size of the search result.