-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contains=imageUrl
returning cards without images
#37
Comments
I have a similar error, though opposite, https://api.magicthegathering.io/v1/cards?name=gravedigger&contains=multiverseid doesn't return anything. As soon as I use contains=multiverseid I get no cards back, even though it used to work. |
Definitely looks to be related, as searches without |
@adback03 - this looks to be affecting multiple fields. I tried a few others, too. |
Got the same issue, I'm getting empty imageUrl even though I specify it in param |
https://api.magicthegathering.io/v1/cards?random=true&pageSize=10&contains=imageUrl Same issue, trying to filter cards with images |
The API used to support (and, this is even noted in the documentation) using
contains=imageUrl
to filter out cards that don't have images. Recently (within ~1-2 months), this appears to have changed, as cards are now being returned that lack theimageUrl
field.Example URL: https://api.magicthegathering.io/v1/cards?contains=imageUrl&page=1&pageSize=20&types=creature
The third card, Air Elemental, does not have the
imageUrl
field.The text was updated successfully, but these errors were encountered: