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.
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.