Skip to content
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

Alchemy cards must be specified by full name #24

Open
Fluzzarn opened this issue Jun 17, 2024 · 1 comment
Open

Alchemy cards must be specified by full name #24

Fluzzarn opened this issue Jun 17, 2024 · 1 comment

Comments

@Fluzzarn
Copy link

Cards exclusive to Alchemy sets must be invoked using their full name, even if there is a set postfix for the alchemy set. e.g:

[[Teysa of the]] finds 0 cards
[[Teysa of the|YOTJ]] finds 0 cards
[[Teysa of the Ghost Council]] finds 1 cards

"Teysa of the" as a name search on scryfall proper returns 1 card

@Fluzzarn
Copy link
Author

Digging in more this might be an api issue?

curl "https://api.scryfall.com/cards/named?fuzzy=Teysa+of+the&format=text" -X GET
{
  "object": "error",
  "code": "not_found",
  "status": 404,
  "details": "No cards found matching “Teysa of the”"
}

While "Teysa of the ghos" does return the card

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant