Searchmon search reference

Searchmon supports a large set of keywords that you can use to help you filter Digimon cards.

Keywords

Use these keywords to search specific card properties:

name

Card name

colour (or color)

Card colour (red, blue, yellow, green, black, purple, white)

type

Card type (Digimon, Tamer, Option)

trait

Attribute or Digimon type

text

Card effect text.

form

Digimon form (Rookie, Champion, etc.)

level

Card level

dp

Digimon Power

cost

Play cost

rarity

Card rarity

set

Set code (e.g. BT8, ST20)

digivolve

Digivolution requirements

Operators

Text Matching

field:value

Contains text (partial match)

Example: name:Agu finds Agumon, AgumonExpert, etc. → Try it
field="value"

Exact match

Example: name="Agumon" finds only cards named exactly "Agumon" → Try it

Numeric Comparisons

Use these operators with numeric fields (level, dp, cost):

field:number

Equal to

Example: level:5 → Try it
field>number

Greater than

Example: dp>10000 → Try it
field>=number

Greater than or equal

Example: cost>=4 → Try it
field<number

Less than

Example: level<5 → Try it
field<=number

Less than or equal

Example: dp<=3000 → Try it

Combining Searches

AND

All conditions must match.

query1 query2

Space-separated terms are automatically combined with AND

Example: color:red level:5 finds red level 5 cards. → Try it
query1 AND query2

Explicit AND operator

Example: type:Digimon AND trait:Dragon finds cards that are digimon and have dragon included in their trait. → Try it

OR

Either of the conditions can be match

(query1 OR query2)

Use parentheses to group OR conditions

Example: (name:Agumon OR name:Gabumon) → Try it

NOT (Exclude results)

-field:value

Prefix with minus sign to exclude

Example: type:Digimon -color:red finds non-red Digimon → Try it

Common Search Patterns

color:red level:5 dp>=10000

Red level 5 cards with at least 10000 DP

→ Try this search
text:"draw" -color:blue

Cards with "draw" effects that aren't blue

→ Try this search
trait:Dragon color:red

Red Dragon-type cards

→ Try this search
digivolve:"Lv.5" color:red

Red cards that digivolve from Level 5

→ Try this search
(type:Digimon OR type:Tamer) rarity:"Secret Rare"

Secret Rare Digimon or Tamer cards

→ Try this search
color:red color:blue trait:Vaccine

Multicolor (red/blue) Vaccine cards

→ Try this search
form:"Champion" cost<=3

Champion form cards with play cost 3 or less

→ Try this search

Additional notes

  • Use quotes for multi-word searches: name:"Ancient Greymon"
  • Searches are case-insensitive: agumon and AGUMON are the same
  • Multi-word names without a field automatically search the name field with all words required
  • Use parentheses to group complex OR logic: (A OR B) AND C
  • Color field can be spelled as color or colour
  • Trait field searches both attribute (Vaccine, Virus, etc.) and Digimon type (Dragon, Dinosaur, etc.)
  • Text field searches across main effect, source effect, and security effect