Advanced search
Advanced search lets you precisely filter and organize your library using search operators. You can combine multiple filters in a single query.
By default, searches include unarchived and non-deleted items from your Inbox. You can change this behavior using filters like in:archive, in:trash, or in:all.
Text search
Inboxt performs full-text search across:
- Title
- Content
- Description
To search for an exact phrase, wrap your query in quotes:
"weekly newsletter"Filtering by location
Use the in: filter to control which part of your library is searched.
Available options:
in:inboxin:archivein:trashin:all
Examples:
in:archive
in:trash "meeting notes"Filtering by labels
You can filter items by label using the label: operator. Labels are case sensitive.
Basic label search:
label:NewsletterMultiple labels (OR):
label:Cooking,FitnessMultiple labels (AND):
label:Newsletter label:SurfingExcluding labels:
label:Coding -label:NewsMulti-word labels:
label:"Send to Obsidian"Items without labels:
no:labelFiltering by item type
Use the type: filter to narrow results by content type.
Available options:
type:articletype:newslettertype:highlight
Examples:
type:newsletter
type:highlightFinding highlights
There are two ways to work with highlights:
type:highlightshows only highlight entrieshas:highlightsshows items that contain highlights
Examples:
type:highlight
has:highlights label:BooksFiltering by website
Use the site: filter to search by the source website.
Example:
site:theverge.comFiltering by save date
Use the saved: filter to search within a date range. Dates use the YYYY-MM-DD format, and * can be used as a wildcard.
Items saved since a specific date:
saved:2022-04-21..*Items saved between two dates:
saved:2020-01-01..2022-02-02Items saved before a specific date:
saved:*..2020-01-01Sorting results
Search results are sorted by saved date (newest first) by default.
You can change sorting using the sort: operator.
Sort options:
sort:datesort:title
All sort queries require a direction:
ascdesc
Examples:
sort:date_desc
sort:title_ascCombining filters
You can combine multiple filters in a single query.
Example:
in:archive type:article label:Research sort:date_descThis finds:
- Archived items
- Articles only
- Labeled “Research”
- Sorted by newest first
Default views (reference)
Inbox:
in:inbox type:article sort:date_descNewsletters:
in:inbox type:newsletter sort:date_descHighlights:
type:highlight sort:date_descArchive:
in:archive sort:date_descTrash:
in:trash sort:date_descLabel view:
label:LabelName sort:date_desc