Reprints-only predicate search

Started by Flashley_ska, September 24, 2013, 07:31:01 PM

Previous topic - Next topic

Flashley_ska

Moving to its own post instead of hijacking the binder search one any longer!

I'm trying to figure out the predicate required to give a filter for all cards that have been reprinted.
My initial effort was this:
SUBQUERY( card, $x, $x.name = card.name ).@count > 1
Which on spite of being stable, returned nothing, only ever one card per cardentry.
I needed to have a count of cardentries with the same card.name as this. So I've done the following, but the app crashes.

SUBQUERY( cardentry, $c, $c.card.name = card.name ).@count > 0

Does anybody see what I've got wrong?

Piotr


Flashley_ska

That doesn't do the trick, if I select reprints only then filter on theros, I should see the cards in theros that have been printed before. Last print = 0 would hide the theros ones.

zwarbo

I have found that this seems to be the only topic that comes up when searching for reprints and Predicate.
I am also very interested in this working as I have had no luck yet it finding an iOS app that can give me a filter result such as the following:

Show me all the cards in set 'X' that have been reprinted with new(different) artwork.

Has there been any further developments since 2013?

Thanks.