taw / magic-search-engine

Search engine for Magic cards
MIT License
43 stars 20 forks source link

Rick, Steadfast Leader #284

Closed pyyhttu closed 7 months ago

pyyhttu commented 7 months ago

I'm trying to query the card Rick, Steadfast Leader with: https://mtg.wtf/card?q=rick%2C+steadfast+leader but the card is not returned.

But if I query and then select its Universes Within sibling Greymond, I'm able to locate Rick: https://mtg.wtf/card/sld/143/Greymond-Avacyns-Stalwart

taw commented 7 months ago

Right now plan queries only check official Oracle name of the card, and there's separate fn: operator to search "flavor name".

This made a lot of sense back when both names were on the card, but then they did this thing where only flavor name is on the card, and Oracle name is only in Oracle, months later, so maybe it's worth changing.

pyyhttu commented 7 months ago

but then they did this thing

Right. They're the one and the same card (indicated by Greymond's lower left corner marking '= SLD 143') when it comes e.g. to legend rule or getting this named by opponent's Cabal Therapy, but boy, did I need to search for this info: https://www.reddit.com/r/magicTCG/comments/16gk335/greymond_and_rick_question/

I agree with your assessment that Rick, Steadfast Leader should be returned by the query, because it's confusing if it suddenly isn't (it's like erasing history).

taw commented 7 months ago

Default match changed to treat flavor name as part of the name.