Skip to content

Commit

Permalink
deploy: 999c3b5
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Dec 23, 2024
1 parent 4ba95f3 commit 399d5d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4666,6 +4666,13 @@ <h3 id="answered"><a class="header" href="#answered">Answered</a></h3>
<p><code>rated:31:4</code><br />
cards answered Easy (4) in the last 31 days.</p>
<p>Anki 2.1.39+ supports rating searches over 31 days.</p>
<p>Note that, to search for cards answered at a particular day, <code>rated:n -rated:(n-1)</code> might not work every time. Use the following instead:</p>
<p><code>prop:rated=0</code><br />
cards answered today.</p>
<p><code>prop:rated=-1</code><br />
cards answered one day ago.</p>
<p><code>prop:rated=-7</code><br />
cards answered 7 days ago.</p>
<h3 id="first-answered"><a class="header" href="#first-answered">First Answered</a></h3>
<p>Requires Anki 2.1.45+.</p>
<p><code>introduced:1</code><br />
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.

7 changes: 7 additions & 0 deletions searching.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,13 @@ <h3 id="answered"><a class="header" href="#answered">Answered</a></h3>
<p><code>rated:31:4</code><br />
cards answered Easy (4) in the last 31 days.</p>
<p>Anki 2.1.39+ supports rating searches over 31 days.</p>
<p>Note that, to search for cards answered at a particular day, <code>rated:n -rated:(n-1)</code> might not work every time. Use the following instead:</p>
<p><code>prop:rated=0</code><br />
cards answered today.</p>
<p><code>prop:rated=-1</code><br />
cards answered one day ago.</p>
<p><code>prop:rated=-7</code><br />
cards answered 7 days ago.</p>
<h3 id="first-answered"><a class="header" href="#first-answered">First Answered</a></h3>
<p>Requires Anki 2.1.45+.</p>
<p><code>introduced:1</code><br />
Expand Down

0 comments on commit 399d5d8

Please sign in to comment.