scryfall / servo

A Discord bot that can return Magic card information and pictures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alchemy cards must be specified by full name

Fluzzarn opened this issue · comments

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

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