From 999c3b574cf0a49882d11d6072e3ee3ad39164b8 Mon Sep 17 00:00:00 2001 From: sorata <136738526+brishtibheja@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:21:03 +0530 Subject: [PATCH] add prop:rated searches (#307) --- src/searching.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/searching.md b/src/searching.md index 98e03016..d7bdcd10 100644 --- a/src/searching.md +++ b/src/searching.md @@ -367,6 +367,17 @@ cards answered Easy (4) in the last 31 days. Anki 2.1.39+ supports rating searches over 31 days. +Note that, to search for cards answered at a particular day, `rated:n -rated:(n-1)` might not work every time. Use the following instead: + +`prop:rated=0`\ +cards answered today. + +`prop:rated=-1`\ +cards answered one day ago. + +`prop:rated=-7`\ +cards answered 7 days ago. + ### First Answered Requires Anki 2.1.45+.