Search Syntax

Runeweave supports a powerful search syntax inspired by Scryfall. Combine any of these filters to find exactly the cards you need.

Text Search

Type any word to search across card names, description text, tags, and illustrator names.

ahriFind cards matching 'ahri'
miss fortuneFind cards with both 'miss' and 'fortune' (also matches tags)
"draw 1"Search for an exact phrase in quotes
!"Ahri, Alluring"Find the card named exactly 'Ahri, Alluring'

Field Filters

Use field:value to filter by specific card properties. Color names work for domains: c:red (Fury), c:blue (Mind), c:green (Calm), c:purple (Chaos), c:orange (Body), c:yellow (Order).

FieldAliasDescriptionExamples
domain:d: c: color:Card domain (also accepts color names: red, blue, green, etc.)
type:t:Card type
supertype:st:Card super type
energy:e:Energy cost (supports comparisons)
power:pow: p:Power cost (supports comparisons)
might:m:Might value (supports comparisons)
rarity:r:Print rarity
set:s:Set code
number:cn:Collector number
artist:a:Illustrator name
keyword:kw:Game keyword (Hidden, Shield, etc.)
tag:Card tag
name:Card name (substring)
text:o:Description text (substring)
attachedtext:at:Attached effect text
attachedmight:am:Attached might bonus (supports comparisons)

Boolean Flags

Use is:flag as a shorthand for common filters. Negate with not:flag or -is:flag.

Existence Checks

Use has:field to find cards that have a specific property.

Numeric Comparisons

Use comparison operators with numeric fields. Both e>3 and e:>3 styles work.

=Equal to (default)energy:3 or e=3
>Greater thane>3
<Less thanm<4
>=Greater than or equale>=5
<=Less than or equalm<=2

Boolean Logic

Combine multiple filters using boolean operators.

implicit ANDTerms separated by spaces are ANDed togetherahri domain:calm
orCombine terms with ORahri or jinx
-Negate a term-domain:fury
not:Negate a flag (same as -is:)not:champion
"quotes"Exact phrase"Miss Fortune"
!Exact card name match!"Ahri, Alluring"

Example Queries

c:red e>=3 t:unitFury units with 3+ energy cost
is:champion c:greenAll Calm champions
is:dual pow>=2Dual-domain cards with 2+ power cost
kw:hidden -is:spellNon-spell cards with the Hidden keyword
r:epic not:championEpic cards that aren't champions
(ahri or jinx) is:championAhri or Jinx champions
set:sfd is:signatureSpiritforged signature prints
has:might m>=5Cards with 5+ might
artist:kudos s:ognCards by 'kudos' in Origins
!"Ahri, Alluring"Exact match for the card named 'Ahri, Alluring'
is:equipment c:bodyBody domain equipment cards
has:attachedmight am>=3Cards with 3+ attached might bonus
tag:mech t:unitMech-tagged units
cn:1 set:unlCollector number 1 in Unleashed
st:signature c:furyFury domain signature spells
Use the Advanced Search form if you prefer building queries visually.