Anything you type will automatically search for all cards whose oracle text contains the words you typed.
So, let's search for all cards that can draw another cards and have lifelink. You can run the query by clicking on the exaple btw.
draw lifelinkUhuu, we got @Griselbrand, @Tymna the Weaver and some others.
To search for more complex phrases exactly as they are written on a card, wrap the query with double quotes.
"Whenever you draw a card"Filter by name
name = izzetConverted mana cost
cmc < 3Commander identity
cmc <= wbCard type
type = creatureSet code / name query
set = cmrsetName = "Commander Legends"You can combine queries by just putting them after each other.
"Whenever you draw a card" cmd <= urSimilarity search is perfect to find more cards that are similar to some cards, let's say @Cultivate. To do this, just type:
sim = CultivateIf the target card name has multiple words, you need to wrap it with double qutoes, so:
sim = "Tymna the Weaver"Card similarity is based only on the oracle text of the cards, so to filter the results, you can combine it with other queries...
sim = "Cultivate" type = land