Skip to content

Commit

Permalink
Added some more searches (#266)
Browse files Browse the repository at this point in the history
* add more searches

* add another search
  • Loading branch information
brishtibheja authored Sep 22, 2024
1 parent 1e9208f commit 127294d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions src/searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,14 @@ reviews (both due and not due) and lapsed cards.
cards that have been [automatically](leeches.md) or manually suspended.

`is:buried`\
cards that have been buried, either [automatically](studying.md#siblings-and-burying) or
manually.
cards that have been either [automatically](studying.md#siblings-and-burying) or
manually buried.

`is:buried-sibling`\
cards that have been buried automatically.

`is:buried-manually`\
cards that have been manually buried.

Cards that have [lapsed](deck-options.md#lapses) fall into several of the previous categories, so it may
be useful to combine different search terms to get more precise results:
Expand Down Expand Up @@ -439,3 +445,14 @@ all cards with card ids 123, 456, or 789.
Note and card IDs can be found in the [card info](stats.md) dialog in the
browser. These searches may also be helpful when doing add-on
development or otherwise working closely with the database.

## Other Searches

`prop:due=1 is:learn`\
interday learning cards due for tommorow.

`prop:due=0 is:learn -introduced:1`\
interday learning cards due today.

`prop:resched=0`\
cards rescheduled today, either using **Set due date** or **Reschedule cards on change**.

0 comments on commit 127294d

Please sign in to comment.