Type any words to search card names and text. Add filters with a leading slash, e.g. /type unit. Filters combine with spaces (implicit AND), and you can use OR, NOT, and parentheses to build more precise queries.
| Filter | Aliases | Description | Example |
|---|---|---|---|
/name | /n | Card name. | /name vader |
/text | /o, /oracle | Rules / ability text. | /text "deal damage" |
/type | /t | Card type (Unit, Event, Upgrade, …). | /type unit |
/aspect | /a | Aspects (Aggression, Command, Cunning, Vigilance, Heroism, Villainy). | /aspect command |
/cost | /c | Resource cost. | /cost >=3 |
/power | /p | Power. | /power >4 |
/hp | — | Hit points. | /hp <=5 |
/set | /s, /e | Set / expansion. | /set SOR |
/rarity | /r | Rarity (Common, Uncommon, Rare, Legendary, Special). | /rarity legendary |
/trait | — | Traits (Trooper, Vehicle, Force, …). | /trait trooper |
/keyword | /kw | Keywords (Ambush, Raid, Shielded, …). | /keyword ambush |
/arena | — | Arena (Ground or Space). | /arena ground |
/unique | /u | Unique cards (true / false flag). | /unique |
/format | /f | Format legality (Premier, Eternal). | /format premier |
/legal | — | Legal in the current Premier rotation (flag). | /legal |
Compare with =, >, >=, <, and <=. Combine two comparisons to make a range.
/cost 2 equals 2 · /power >=5 five or more · /cost >=2 <=5 between 2 and 5.
Give one value, or several joined by OR (or commas) to match any of them. Exclude with NOT.
/type unit · /type unit or event · NOT /rarity common
These can match several values at once:
/aspect command or cunning — has any of these (the default)./aspect command and heroism — has all of these.NOT /aspect villainy — has none of these./aspect only (command and heroism) — has exactly this set, nothing else.Write the filter on its own for “true”, or add false to invert. /unique keeps unique cards; /unique false keeps the rest.
Adjacent filters are joined with AND. Use OR, NOT, and parentheses to group. Quote multi-word values with " ".
/cost <=2 (/aspect aggression or /aspect cunning)
/type unit /cost <=3 /aspect aggression — cheap Aggression units.vader /rarity legendary — legendary cards mentioning Vader./keyword ambush and raid — cards with both keywords./power >=7 NOT /trait vehicle — high-power non-vehicles./set SOR /unique — unique cards from Spark of Rebellion.