Skip to content

Commit

Permalink
deploy: db62d31
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Nov 18, 2024
1 parent 97a44be commit d9da404
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 5 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4581,12 +4581,14 @@ <h2 id="tags-decks-cards-and-notes"><a class="header" href="#tags-decks-cards-an
<p><code>tag:ani*</code><br />
finds notes with tags starting with &quot;ani&quot;.</p>
<p><code>deck:french</code><br />
find cards in a deck called &quot;French&quot;, or its subdecks like &quot;French::Vocab&quot;.</p>
find cards in a top-level deck called &quot;French&quot;, or its subdecks like &quot;French::Words&quot;. It will not match subdecks with that name, such as &quot;Languages::French&quot;.</p>
<p><code>deck:french::words</code><br />
find cards in the &quot;French::Words&quot; subdeck.</p>
<p><code>deck:french -deck:french::*</code><br />
finds cards in &quot;French&quot;, but not its subdecks.</p>
<p><code>deck:&quot;french vocab&quot;</code><br />
<p><code>deck:&quot;french words&quot;</code><br />
searching when the deck name has a space.</p>
<p><code>&quot;deck:french vocab&quot;</code><br />
<p><code>&quot;deck:french words&quot;</code><br />
same as earlier.</p>
<p><code>deck:filtered</code><br />
filtered decks only.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions searching.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,14 @@ <h2 id="tags-decks-cards-and-notes"><a class="header" href="#tags-decks-cards-an
<p><code>tag:ani*</code><br />
finds notes with tags starting with &quot;ani&quot;.</p>
<p><code>deck:french</code><br />
find cards in a deck called &quot;French&quot;, or its subdecks like &quot;French::Vocab&quot;.</p>
find cards in a top-level deck called &quot;French&quot;, or its subdecks like &quot;French::Words&quot;. It will not match subdecks with that name, such as &quot;Languages::French&quot;.</p>
<p><code>deck:french::words</code><br />
find cards in the &quot;French::Words&quot; subdeck.</p>
<p><code>deck:french -deck:french::*</code><br />
finds cards in &quot;French&quot;, but not its subdecks.</p>
<p><code>deck:&quot;french vocab&quot;</code><br />
<p><code>deck:&quot;french words&quot;</code><br />
searching when the deck name has a space.</p>
<p><code>&quot;deck:french vocab&quot;</code><br />
<p><code>&quot;deck:french words&quot;</code><br />
same as earlier.</p>
<p><code>deck:filtered</code><br />
filtered decks only.</p>
Expand Down

0 comments on commit d9da404

Please sign in to comment.