Filter Query Examples

Shortlist (aka Up Next aka Important)

Note that this will only work when your Library is on Triage configuration. If you switch to Shortlist configuration (more here), you should use in:shortlist

Display all documents tagged shortlist and not already archived.

tag:shortlist AND (in:inbox OR in:later)

This is also a default Saved Filter. You can add documents to it with the keyboard shortcut S.

Shortreads

Display all documents in the Later section of the Library with an estimated read time of less than 10 minutes.

minutes__lt:10 AND in:later

Currently Reading

Display all documents started in the last week and not yet archived.

progress__gt:5 AND last_opened__after:"1 week ago" AND in__not:archive

The default query for the "Continue reading" view specifies that only documents with progress beyond 5% of the document are displayed. This is meant to prevent any recently opened document from appearing if all you did was open it and then close it again, but it's possible that—perhaps for exceptionally long documents—you might have stopped reading less than 5% of the way through the document, which would mean that it won't appear in "Continue reading."

To solve for this, you can edit the query and change the 5 to a smaller number or even delete that section of the query entirely.

Delete all your automatically imported Pocket or Instapaper articles

saved_using:pocket AND highlights:0
  • Hit shift + B to open the Bulk Actions menu
  • Start typing Delete... to find Delete all documents

Untagged Documents View

If you’re trying to clean up your account and want to find all of the documents that you haven’t tagged, you can use a custom filtered view with the following query:

has__not:tags

This will create a new filtered view showing any documents without a tag. If you'd like to keep the view handy for periodic housecleaning, you can click Save view and give it a fun, broom- or vacuum-related name.

Email Subscription View

Email subscriptions don't currently appear in the Manage Feeds view, but you can create a custom filtered view to see only feed items added via email. To do this, you can use the following query:

feed:true AND type:email

Additionally, if you'd like to see only the newsletters from a specific source or author, you can click the author name in the Info tab of the right-hand sidebar to see a filtered view, which you can then save to your account.

Clean Out Old Feed Items

If your Feed is getting cluttered up with old documents you never looked at, you can create a new filtered view showing any documents from your feed older than a week to easily clean out your backlog using the following query:

feed:true AND saved__lt:"1 week ago"

Once you've saved the view, you can use the caret dropdown menu to select Split view (or press \ on your keyboard) and split by Seen.

"Split view" in dropdown menu

Once you've split the view, you'll see the same options you have on your general Feeds view: Mark all as seen in the bottom left of the Unseen tab, and Delete all in the bottom left of the Seen tab. By clicking Mark all as seen and then Delete all, you can quickly delete all of your old feed items at once.

Filter Out YouTube Shorts

Subscribing to a YouTube channel via RSS is great, until your feed starts getting clogged with YouTube Shorts. To lose the junk food and focus on the meatier videos, try this filter:

category:video AND minutes__gt:2

Unfinished Long Reads

This acts like a "Continue Reading" but only for documents with a read time over 20 minutes. It also reduces the progress requirement, since the progress data is a percentage and longer documents will have a smaller percentage after more reading.

progress__gt:3 AND minutes__gt:20 AND (in:inbox OR in:later OR in:shortlist)
Previous
Syntax Guide

Have a suggestion?

We're pretty familiar with our product, so we occasionally fall victim to the Curse of Knowledge. If any part of this documentation confuses you or seems incomplete, please let us know!