# Search for notes

UpNote’s powerful search helps you quickly find notes, notebooks, and tags — even across large collections. You can search by keywords, phrases, or tags to instantly locate what you need.

### On desktop

* Type the phrase you want to find into the **search box** at the top of the UpNote window.
* Alternatively, you can press **Cmd+G (Mac)** or **Ctrl+G (Windows)** to quickly open the search box.

<figure><img src="/files/PRY5GUNcHylPCJWCzKAQ" alt=""><figcaption></figcaption></figure>

* You can toggle between searching in All Notes or only in the current notebook.

{% hint style="success" %}
💡 Tip: If you are using another app, press **Cmd+Option+G** (Mac) **/ Ctrl+Alt+G** (Windows) to open UpNote’s search from anywhere.
{% endhint %}

### On mobile

* Tap the search icon <img src="/files/xd14cmIkQK9tcXiEwp2S" alt="" data-size="line">in the upper right corner of your notes list screen.&#x20;
* Type the phrase you want to search in the search box
* You can select if you want to search in the current notebook/folder/tag or in All Notes

### Save a search (Desktop)

* After performing a search, click the **save button** in the search results.
* The saved search will appear in the **sidebar under the “All Notes” section** for quick access later.\
  ![](/files/wYmSzPZ5SrTo2126JM7D)

### Search for the exact phrase

* To find notes containing an **exact phrase**, wrap the phrase in **double quotation marks**.
* Example: `"UpNote features"` will return only notes containing that exact phrase.

### Search for tags

* Type `#` followed by the tag name to search notes with that tag.
* **Search multiple tags**: Type multiple `#tags` in the search box; UpNote will show notes containing all specified tags. You can also [save this search](#save-a-search-desktop) to stick it in the sidebar for quick access later.

![](/files/nOCyJoESvpeV2iKpQv3j)

### Search in title only

* By default, UpNote searches through both **note titles and content**.
* To limit results to **titles only**:
  1. Open the **Search options/settings** in the search bar.
  2. Select **“Search in title only.”**

<figure><img src="/files/ruf8snkux6yTD6Xk7mRl" alt=""><figcaption></figcaption></figure>

### Search for notes in locked notebooks

* By default, UpNote **does not include notes from locked notebooks** in search results to protect your privacy.
* To include them:
  1. Click the **Search option/settings** in the search bar.
  2. Select **“Search in locked notes.”**
  3. Enter your **lock password/passcode** when prompted to enable the option.<br>

     <figure><img src="/files/WmXKwJqBvkKDtUEKNgcN" alt=""><figcaption></figcaption></figure>

### Match Word

* By default, UpNote search will return results containing partial matches of your keyword.
* If you want to find results that match the **whole word exactly**, enable the **“Match word”** option in the **Search settings**.
* Example: searching for `note` with **Match word** on will return only “note,” not “notebook.”

<figure><img src="/files/E7onDfZ2K7ZKzWoUWf3K" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.getupnote.com/organize-and-manage-notes/find-and-view-notes/search-for-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
