Based on the official Scryfall syntax documentation and analysis of the existing codebase, here are the search features:
- name: - Card name searches
- o: or oracle: - Oracle text searches
- t: or type: - Type line searches
- flavor: - Flavor text searches
- a: or artist: - Artist searches
- lore: - Lore/story searches
- cmc: - Converted mana cost (numeric)
- power: or pow: - Creature power (numeric)
- toughness: or tou: - Creature toughness (numeric)
- loyalty: - Planeswalker loyalty (numeric)
- mana: or m: - Mana cost searches
- devotion: - Mana symbol devotion (numeric)
- c: or color: - Card colors
- id: or identity: or coloridentity: - Color identity
- colorless - Colorless cards
- r: or rarity: - Card rarity (common, uncommon, rare, mythic)
- s: or set: - Set code
- e: or edition: - Set searches
- cn: or number: - Collector number
- border: - Border color (black, white, borderless, etc.)
- frame: - Frame version
- f: or format: - Format legality
- legal: - Legal in format
- banned: - Banned in format
- restricted: - Restricted in format
- layout: - Card layout (normal, split, flip, etc.)
- is: - Special properties (permanent, spell, historic, etc.)
- keyword: or k: - Keyword abilities
- produces: - Mana production
- watermark: - Watermark searches ✅ Implemented
- usd: - USD price (numeric)
- eur: - EUR price (numeric)
- tix: - MTGO ticket price (numeric)
- year: - Release year (numeric) with optimized date range queries
- date: - Specific release dates with all comparison operators
- devotion: - Mana symbol devotion counting
- cube: - Cube inclusion
- commander: or cmd: - Commander-related searches
- papersets: - Paper set inclusion
- is:booster - Available in booster packs
- is:spotlight - Spotlight cards
- is:timeshifted - Timeshifted cards
- is:colorshifted - Colorshifted cards
- is:futureshifted - Futureshifted cards
- Comparison operators:
=,<,>,<=,>=,!=,<> - Logic operators:
AND,OR,NOT,-(negation) - Parentheses:
()for grouping - Quotes:
"text"for exact phrases
- Regular expressions:
/pattern/
- ot: or oracle_tags: - Oracle tags
This list represents the full scope of official Scryfall search functionality. The current Scryfall OS implementation supports most of these features, with watermark search recently added to the supported feature set.
Enhanced Features: Scryfall OS includes additional functionality beyond official Scryfall:
- Arithmetic operations:
cmc+power>5,power-toughness=0(Scryfall OS extension)
Alchemy-Only Features: The following features are specific to Magic: The Gathering Arena's Alchemy format and are not implemented in Scryfall OS:
spellpower:- Spell power (Alchemy format only)spellresistance:- Spell resistance (Alchemy format only)
These features are excluded because Scryfall OS focuses on traditional paper Magic and other formats where these mechanics don't apply.