MinMarks provides an advanced search feature that enables you to search bookmarks based on various parameters. This guide explains the different search options available.
Text searches query a bookmark's title, URL, excerpt, and text of the page when it was captured. The following special search formats can be used:
Unquoted text: Matches any bookmark containing all the terms in the unquoted text. For instance, foo bar
will
match bookmarks that contain both 'foo' and 'bar'.
"Quoted text": Creates a phrase search. Matches any bookmark containing the exact phrase. For example, "foo bar"
will match bookmarks that contain the exact phrase 'foo bar'.
Negative searches (-): Matches any bookmark not containing the term preceded by the dash. For
example, foo -bar
will match bookmarks that contain 'foo' but not 'bar'.
OR searches: Matches any bookmark containing either term separated by the word 'or'. For instance, foo or bar
will match bookmarks that contain either 'foo' or 'bar'.
You can search for bookmarks with specific tags. The search term should start with the #
symbol.
Single tag search: Matches any bookmark containing the specified tag. For example, #foo
will match bookmarks
tagged with 'foo'.
Multiple tags search: Matches bookmarks that contain all tags indicated. For example, #foo #bar
will match
bookmarks tagged with both 'foo' and 'bar'.
Note: Tag search terms are not included in OR searches. They are inclusive and will only find matches where all tag terms in the query are found for a bookmark.
Search for bookmarks with specific dates or ranges using the @
symbol. Only the first date term is used, subsequent
date terms are ignored.
@today
or @t
: Marks created today.@yesterday
or @y
: Marks created yesterday.@last-week
, @w
or @last-7-days
: Marks created in the last 7 days.@last-month
, @m
or @last-30-days
: Marks created in the last 30 days.@last-quarter
, @q
or @last-90-days
: Marks created in the last 90 days.@last-half-year
, @h
or @last-6-months
: Marks created in the last 180 days.@last-year
, @year
, @yr
or @last-365-days
: Marks created in the last 365 days.@2023-01-01
: Marks created on January 1, 2023.@2023-01
: Marks created in January 2023.@2023
: Marks created in 2023.@2023-01-02..2023-02-17
: Marks created between January 2, 2023, and February 17, 2023.