Naruto Card Game search syntax
The card search takes plain text and typed filters in one box — no mode toggle. Plain words search card names; anything with an operator becomes a filter. Anything the parser doesn't understand falls back to name search, so a query can never error.
General rules
field:value— operators are: = != < <= > >=.:means "has / contains".- Space means AND:
c:wind cost<=3. Useorand parentheses to group:(t:leader or t:character). -negates:-c:windexcludes wind.- Quotes keep phrases together:
o:"draw a card". - Paste a card code on its own —
N-001— and it searches codes as well as names. To match only a code, spell the field:code:N-001. A whole set isset:, notcode:. - Colour-type fields compare as sets:
:and>=mean "has all listed",=exactly,<="only these" (fits-my-deck),!=none of them. Single-letter codes combine where the game has them.
Fields
| Field | Aliases | Matches | Operators | Example |
|---|---|---|---|---|
n | name | text — `:` contains, `=` exact | : = != | n:value |
t | type | text — `:` contains, `=` exact | : = != | t:value |
c | color, color, colour | colour set — see the set-membership rules above | : = != < <= > >= | c:wind |
cn | code, number, collector | printed card code, exact — `set-number`, or just the number | : = != | cn:N-001 |
Examples are live links — click one to run it.