#text command for codie
16 messages · Page 1 of 1 (latest)
The cascade search works just like scryfall search or deck builder search, so yes those will work
You should be able to do (type: instant or type: sorcery)
ohh, yeah that makes sense, I was too caught up on removing stuff from the query
cool, thanks
type:instant type:sorcery mv<1
this actually doesnt work for some reason
i tried at mv<5 as well, its ignoring all cards
unless my syntax there is wrong somehow, it looks like you have to stick with something like -t:land -t:creature -t:enchantment -t:artifact mv<x
oh wait am I creating an and there
ah I see, yep, my syntax was wrong, thanks again
you can test your queries in the deck editor, it uses the same search syntax
that searches for cards that are instants and sorceries, you need to search for instants OR sorceries
(t:instant OR t:sorcery) mv<1 should work
ya I realized, thanks for the further clarification though