Datapad
DiscoverCard Search
Log inSign upLog in
Back to search

Search Help

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.

Filters

FilterAliasesDescriptionExample
/name/nCard name./name vader
/text/o, /oracleRules / ability text./text "deal damage"
/type/tCard type (Unit, Event, Upgrade, …)./type unit
/aspect/aAspects (Aggression, Command, Cunning, Vigilance, Heroism, Villainy)./aspect command
/cost/cResource cost./cost >=3
/power/pPower./power >4
/hp—Hit points./hp <=5
/set/s, /eSet / expansion./set SOR
/rarity/rRarity (Common, Uncommon, Rare, Legendary, Special)./rarity legendary
/trait—Traits (Trooper, Vehicle, Force, …)./trait trooper
/keyword/kwKeywords (Ambush, Raid, Shielded, …)./keyword ambush
/arena—Arena (Ground or Space)./arena ground
/unique/uUnique cards (true / false flag)./unique
/format/fFormat legality (Premier, Eternal)./format premier
/legal—Legal in the current Premier rotation (flag)./legal

Operators

Numbers (cost, power, hp)

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.

Single-choice (type, set, rarity, arena, format)

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

Multi-choice (aspect, trait, keyword)

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.

Flags (unique, legal)

Write the filter on its own for “true”, or add false to invert. /unique keeps unique cards; /unique false keeps the rest.

Combining & grouping

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)

Examples

  • /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.