+ Omnivore uses search to filter items in your library. You can use simple + keyword search to find items or our advanced search syntax. +
+
+ Omnivore will perform full text search across library item's content, title, description,
+ and site by default. You can search for specific terms by quoting your terms. By default
+ all results that match your search will be returned in the order they were saved. To change
+ your search to relevance use the sort:score parameter.
+
+ You can filter your search based on labels using AND and OR clauses. + You can also negate a label search to find pages that do not have a certain label. +
+ +Some examples:
+ +
+ The in: filter is used to filter search by archive status.
+ The options are:
+
in:inbox (the default): show unarchived itemsin:archive: show archived itemsin:all: Show all items regardless of archive state
+ The is: filter is used to filter search by read state. Note
+ that in Omnivore 'read' means fully read, not just opened.
+
The is: filter options are:
is:read: Show only items that are fully readis:unread (the default): show unread items
+ The type: filter is used to filter search by type.
+
type:article: Show only articlestype:file or type:pdf: Show only PDFstype:highlights: Show your highlights
+ You can find your highlights by using the type:highlights filter
+ or find saved items with highlights using the has:highlights filter.
+
+ You can filter your searches based on the time they were saved or published using the
+ saved: and published: filters. These filters take two dates
+ to create a date range. The * wildcard will accept any date.
+
For Example:
+saved:2022-04-21..* All items saved since 2022-04-21published:2020-01-01..2022-02-02 All items published between 2020-01-01 and 2022-02-02published:*..2020-01-01 All items published before 2020-01-01+ By default all search results in Omnivore are sorted by saved date. This puts the + most recently saved items at the top of your library. You can use sort options + to change the library order: +
+sort:saved: Sort by saved datesort:updated: Sort by time the item was updated, for example having a label or highlight added.sort:score: Sort by query term relevance.