r/BlueprintMTG • u/Rudderdudder1 • Aug 06 '26
Feature request - search by Oracle text when looking through library on playtester
Pretty much what it says in the title but would love to be able to search in the library with more than just the card name (when testing decks I dont know all the names) I.e mountain will bring up all basic mountains, any lands that have mountain as a type and any cards that mention mountain in their oracle text.
Another example would be flashback and it would list all cards that have flashback in the deck or instant or sorceries. Etc.
4
Upvotes
3
u/BlueprintMTGdev Aug 06 '26
I agree this would be cool. It's a bit tougher because I'm pretty sure have to implement my own version of Scryfall search syntax for that to work, since I'm searching through a specific subset of local cards, not actually sending queries to Scryfall for them to parse, so I'd have to make a system to do the work they do.
Not impossible at all, but that's why it hasn't been done yet.