scryfall / google-sheets

Custom =SCRYFALL() function for Google Sheets
72 stars 12 forks source link

full name field for cards with 2+ faces #13

Open morgunkorn opened 2 years ago

morgunkorn commented 2 years ago

Keep the full name field of the main card entry when requesting a card with two or more card_faces, including the double slashes as separator

currently, when requesting a card like "Wear // Tear", the function only returns "Wear" in the name field. This fix addresses that and copies the full name "Wear // Tear" into the name field of the first card_face.

Alternatively, a new field "full_name" (for example) could be defined, to maintain backward compatibility.