To search for cards using various criteria, you can use the following prefixes and terms. Each prefix can be shortened to 1 to 3 letters for convenience.
To perform a basic search, simply type your search term:
Harry potter
common room
class
This will search for the term within the card names.
To perform an advanced search, use the following prefixes:
artist
, a
cost
, c
, power
, pow
dmgeachturn
, damage
, dmg
effect
, e
flavortext
, flavor
, fl
health
, h
keyword
, k
lesson
, l
name
, n
, nm
note
number
, num
prize
, p
provides.amount
, providesamount
, pa
provides.lesson
, provideslesson
, pl
rarity
, r
releasedate
, date
, d
reward
, re
setname
, set
, s
tosolve
, solve
, ts
towin
, tw
type
, t
You can combine searches using AND and OR (|
) logic.
For example:
weasley type:character
Returns the character
cards which contain weasley
in the name.
This searches for cards that are events
or items
, and which are of type charms
or transfiguration
:
type:event | type:item lesson:charms | lesson:transfiguration
The following numerical fields can be searched via ranges:
effect:"discard 2 cards"
If your search term includes spaces, use quotes:
cost
, c
, power
, pow
dmgeachturn
, damage
, dmg
health
, h
number
, num
provides.amount
, providesamount
, pa
Example:
type:spell lesson:charms cost:>6 cost:<=9
This search returns charms
spell
cards with a cost greater than 6 and less than or equal to 9.
To search for a card by name:
Albus Dumbledore
albus dumbledore
albus
dumbledore
To search for cards with a specific type:
type:character
t:spell
To combine multiple search terms using AND logic (all conditions must be met):
type:spell rarity:rare lesson:charms
To combine multiple search terms using OR logic (any condition can be met):
type:character | type:item
Combining AND logic with OR logic in a single search:
weasley t:adve | t:item
This searches for cards which name match to weasley
and are adventures
or items
only.
This guide should help you perform both basic and advanced searches effectively. Happy searching!