Search queries: tag, filter, and other queries

Below are some examples of using the in and the group keywords for filtering search results. These keywords work in the regular search bar as well as in the Ctrl-O quick-search menu, on both web and mobile πŸ•΅οΈβ€β™€οΈ.


linkFiltering by tags

Tags are the most common way to organize your notes in Amplenote. Check out all of our juicy docs on Organizing with tagsο»Ώ.


Tag filtering works in all of these situations:

In Jots Mode to filter the list of visible Jots;

In Notes Mode to filter the list of search results;

In Quick Open to filter the list of search results;

In Tasks Mode to filter the list of visible tasks.


Here is how that looks in Quick Open:



linkSearch query syntax for filtering by tags

To search for notes under a particular tag, use the in: special keyword:

in: my-tag-name


To search for all notes under an arbitrary node of the tag hierarchy, include the entire tag name:

in: my-parent-tag/my-child-tag


To search for notes tagged with any subtag of a given tag:

in: my-parent-tag/


To search for notes tagged with multiple tags, use comma-separatedο»Ώ names of tags:

in: my-first-tag,my-second-tag


Combining the in: keyword with a regular search keyword will yield all notes under a particular tag that contain the given string:

in: my-tag-name My search keyword


Exclude a tag/group from a search query by typing a caret ^ sign before the tag/category name:

in: ^daily-jots

☝️ The above will exclude notes tagged with the daily-jots tag from the search results.


Excluding tags also works in comma-separated lists of tags.

in: ^daily-jots,work

☝️ The caret only applies to the tag it precedes, that is, for the query above, the search will only include notes tagged with work that are also not tagged with daily-jots. The query above is equivalent with typing in: work,^daily-jots. πŸ’‘


To search for all notes tagged with a particular tag and exclude any subtags:

in: my-parent-tag,^my-parent-tag/


Finally, complex tag filtering also works with regular search keywords:

in: ^daily-jots,work My search keyword


linkFiltering by categories (group queries)

Category-based filtering works in:

Notes Mode;

Quick Open.


Here's how it looks like in Quick Open:



linkSupported search queries

linkGeneral purpose queries

Archived

group: archived

Notes that have been archived or auto-archivedο»Ώ.

Task Lists

group: taskLists

Notes that contain tasks inside them.

Un-tagged

group: untagged

Notes that are not assigned any tag.

Vault Notes

group: vault

Encrypted notes.

Deleted Notes

group: deleted

Notes that have been deleted in the past 30 days.

Active plugin notes

group:plugin

Notes that represent currently active plugins.


linkQueries on shared notes

Created by me

group: created

Notes that have been created by the current user.

Shared publicly

group: public

Notes that have been published to the webο»Ώ via a public URL.

Shared notes

group: shared

Notes created by anyone that are shared with at least another user.

Notes shared with me

group: shareReceived or
group: notCreated

Notes that have been created by others but shared with the current userο»Ώ.

Notes I shared with others

group: shareSent

Notes created by the current user and shared with others.


linkQueries on note creation date

This week

group: thisWeek

Notes that have been created some time over the previous 7 days.

Today

group: today

Notes that have been edited in the current day.


linkAdvanced & low-level queries

Notes Saving

group: saving

Notes that have pending changes to push to the server.

Notes Downloading

group: stale

Notes that have pending changes to pull from the server.

Notes Indexing

group: indexing

Notes that are currently being indexed for search locally.


linkCombining group queries

You can combine search queries that use the group keyword by separating keywords with a comma. The search will consider each keyword as part of an "AND" query.


For example, to search for all notes that have tasks and are not tagged, use the following:

group: untagged,taskLists


Combining group queries in Quick Open.


linkCombining group and in queries

group and in searches can work together to narrow down what you are looking for!


For example, to search for all notes with the amplenote tag that were shared with you:

in: amplenote group: notCreated


Another example, incorporating the caret ^ sign to negate tag inclusion; this query reveals all notes not tagged daily-jots that have tasks inside them and are archived:

in: ^daily-jots group: taskLists,archived


To construct advanced search queries in Quick Open, you don't need to use the special syntax. Instead, simply pick all of your options from the filter menu:


Advanced query in the Quick Open menu, using both Tag queries and Categories.


linkCreating links to searches

If you frequently return to the same set of search queries or tag filters, you might want to make it easier to reach them.


A good way to save searches is to:

Apply the search parameters of your choice

Copy the URL link in your browser and save it inside one of your notes.


Below we'll explore some possibilities and use cases.


linkWhy should I use links to searches?

The advantage of being able to refer to certain views via a link is that you can quickly access that view without manually setting it up.


For example, if you frequently check your untagged notes, you can create a task like the following and make it repeat with an appropriate frequency:

Check untagged notesο»Ώ every week

ο»Ώ

☝️ Every time this task is due, you can just click on the link you created instead of manually typing out group:untagged in the search bar.


In fact, the most common use case we can think of is for similar daily/weekly processed that you may do. Below are some ideas of other links to searches that you might use.


A task reminding you to check your Inboxο»Ώ using a simple link to Calendar Mode:

ο»Ώ


A task for checking progress on tasks that you are collaborating onο»Ώ:

ο»Ώ


Links to combination of Note Reference filters in Tasks and Calendar Mode. These are especially useful if you have a specific view of your tasks that you need to see often (see also: Inline Tags and Note Reference Filtering#Saving a set of Calendar Mode Reference filtersο»Ώ).


linkDaily Jot Templates and links to searches

One of the best ways to leverage saved searches is by including them in a template. You can use this template in your Daily Jot daily, or weekly, or however often your workflow requires it.


Here's what a Daily Jot Template could look like:



Brush teeth

ο»Ώ
ο»Ώ

Check recently changed shared notesο»Ώ

ο»Ώ

Plan my day

ο»Ώ

linkLinks to searches in Notes Mode

For Notes Mode, you can add various parameters after the notes? part of the URL, as seen below.


linkLinks to word searches

For simple search queries, use the query= parameter after the ? in the URL. To link to a search for the word "word":

https://www.amplenote.com/notes/tasks?query=word


If your search querie contains spaces, they will be replaced by the characters %20; check this page for other URL encodingsο»Ώ.


For exmample, linking to a search for the words "multiple words" looks like this:

https://www.amplenote.com/notes?query=multiple%20words


linkLinks to tag filters in Notes Mode

For tag filters, use tag= after ? in the URL. To link to a list of notes tagged with #my-tag-name:

https://www.amplenote.com/notes?tag=my-tag-name


If you want to filter on a nested tag, use the encoding for forward slash /, which is %2F, for example, to link to a list of notes tagged with #my-tag-name/my-subtag, use:

https://www.amplenote.com/notes?tag=my-tag-name%2Fmy-subtag


Link to a combination of tags using the encoding for the comma , sign, which is %2C. For example, to link to a list of all notes tagged with both #my-tag-name and #my-other-tag-name, use:

https://www.amplenote.com/notes?tag=my-tag-name%2Cmy-other-tag-name


linkLinks to note groups

For group queries, use group= after the ? sign. To link to a list of all archived notes:

https://www.amplenote.com/notes?group=archived


The part after group= can be any of the "groups" listed over at ✨ group queries.


linkLinks to mixed searches in Notes Mode

Simply use the available search modifiers described above separated by an ampersand & sign.


For example, to search for all archived notes matching "word":

https://www.amplenote.com/notes?group=archived&query=word


To serach for all shared notes, tagged with #my-tag-name that match the word "word":

https://www.amplenote.com/notes?group=shared&query=word&tag=my-tag-name


linkSearches in Tasks Mode

For Tasks Mode, you can use search parameters after the tasks? part of the URL, as seen below.


linkLinks to Tag filters in Tasks Mode

Use the tag= parameter as documented at Links to tag filters in Notes Modeο»Ώ.


For example, to link to a list of tasks from notes tagged with #my-tag-name, use:

https://www.amplenote.com/notes/tasks?tag=my-tag-name


linkLinks to Note Reference filters in Tasks Mode

Use the references= parameter after ? in the URL, using the note UUID of the Reference you want to filter by.


You can obtain the UUID of a note by visiting that note and copying the part of the URL after notes/.


Here's how a Note Reference filter looks like:

https://www.amplenote.com/notes/tasks?references=91ec67d6-2ff9-11eb-8515-fea7a2498118


To exclude a reference, use the encoding for the caret ^ sign, namely ^, before the note UUID

https://www.amplenote.com/notes/tasks?references=%5E91ec67d6-2ff9-11eb-8515-fea7a2498118


For searches containing multiple Note References, simply use the %2C string to separate them, just like in Links to tag filters in Notes Modeο»Ώ.


linkLinks to mixed searches in Tasks Mode

Searches with multiple parameters work just like in Links to mixed searches in Notes Modeο»Ώ, using the & sign:

https://www.amplenote.com/notes/tasks?references=1fd27a46-d593-11ec-b49c-56e83c2ff761&tag=my-tag-name


linkSearches in Calendar Mode

For Calendar Mode, the only available filter is references= after the ? part of the URL.


linkLinks to Note Reference filters in Calendar Mode

See Links to Note Reference filters in Tasks Modeο»Ώ.