Skip to content

Commit

Permalink
Add an example trace search.
Browse files Browse the repository at this point in the history
  • Loading branch information
plural committed Dec 25, 2022
1 parent 588ef03 commit e0806e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Resources/views/Default/syntax.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@
<div class="body row">
You can use the <code>x</code> syntax to match substrings of a card's ability text (as opposed to its flavor text):
<ul>
<li><code>x:"trace[x]"</code> – gets all cards with "trace[x]" in their text</li>
<li><code>x:run</code> – gets all cards with "run" in their text</li>
<li><code>x!"whenever the corp"</code> – gets all cards without "whenever the corp" in their text</li>
<li><code>x:"per turn"|"per run" x:2</code> – gets all with either "per turn" or "per run", and with the number 2 in their text</li>
Expand Down

0 comments on commit e0806e8

Please sign in to comment.