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).
| Field | Alias | Description | Examples |
|---|---|---|---|
| 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.
is:championChampion cardsis:signatureShowcase Signature printsis:dualDual-domain cardsis:monoSingle-domain cardsis:colorlessColorless domain cardsis:basicBasic super type cardsis:tokenToken cardsis:unitUnit type cardsis:spellSpell type cardsis:gearGear type cardsis:battlefieldBattlefield type cardsis:legendLegend type cardsis:runeRune type cardsis:equipmentCards tagged as Equipment
Existence Checks
Use has:field to find cards that have a specific property.
has:textCards with description texthas:powerCards with a power costhas:mightCards with a might valuehas:signatureCards with a signature printhas:attachedCards with an attached effecthas:artCards with artworkhas:imageCards with artwork (alias for has:art)has:attachedmightCards with an attached might bonus
Numeric Comparisons
Use comparison operators with numeric fields. Both e>3 and e:>3 styles work.
Boolean Logic
Combine multiple filters using boolean operators.
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.