| lightning bolt | name words (last word prefix-matches) |
| name<j · name>=j | name range (alphabetical cut, case-insensitive) |
| o:"draw a card" | oracle text · t:goblin — type line |
| c:rg · c=w · id<=esper | colors ≥ / exact / identity within |
| mv<=2 · pow>=4 · tou:3 · loy:4 | mana value · power · toughness · loyalty |
| m:{2}{W}{W} or m:ww | mana cost contains symbols |
| kw:flying | keyword ability |
| set:neo · r:mythic · year>=2020 | set · rarity (comparators ok) · first printing year |
| f:commander · usd<5 · artist:rebecca | format-legal · cheapest printing · artist |
| order:edhrec · dir:desc | sort in the query; query syntax wins over URL params |
| is:commander · is:reserved · is:dfc | predicates (also gamechanger, digital) |
| is:owned · -is:owned · have:>=4 | cards you own · don't own · own 4+ copies (sign in) |
| a or b · (a or b) c · -x · -(a b) | OR, grouping, negation |