# Search and filter

Missive’s search and filters help you quickly find conversations, messages, files, and participants across your personal and shared mailboxes. You can search from anywhere and refine your results using filters to narrow things down.

### Searching in Missive

When you start typing in the search bar, Missive shows suggestions such as labels, recipients, domains, or mailboxes. Selecting one of these does not apply a filter to your search. Instead, it navigates you to that specific view.

**For example:**

* Selecting a label takes you to that label’s inbox (every label is its own mailbox).
* Selecting a past recipient shows all conversations with that person.
* Selecting a domain opens its dedicated view.

These suggestions help you jump quickly to an existing view rather than refining your search. Press <kbd>Tab</kbd> before selecting to navigate without pinning the item to your sidebar.

If you want to filter your results instead of navigating, use the **Filters menu** or the inline filter chips (Who, Where, When).

<figure><img src="https://3242897856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1If7JwIQhfz5wGM9LiIU%2Fuploads%2FzayAKUj0rLhoXh1u1DYN%2Fimage.png?alt=media&#x26;token=91f7cdd6-90dc-4a29-b20d-840788899918" alt="" width="563"><figcaption></figcaption></figure>

### Filters

Filters let you narrow results based on specific criteria. You can combine them to quickly isolate what you’re looking for, such as conversations from a specific sender or domain, within a specific date range, items with attachments, or messages in a specific channel (email, SMS, WhatsApp, Messenger).

#### Filters categories

You can filter by the following property in Missive.

<table><thead><tr><th width="218.88671875">Type</th><th>Filters</th></tr></thead><tbody><tr><td><strong>Accounts</strong></td><td>Limit results to specific accounts or channels</td></tr><tr><td><strong>Status / mailboxes</strong></td><td>Inbox, Team Inbox, Starred, Not starred, Snoozed, Not snoozed, My drafts, Drafts, Send later, My sent, Sent, Comments, Open, Closed, Trash, Spam</td></tr><tr><td><strong>Date range</strong></td><td>Anytime, Last 7 days, Last 4 weeks, Last 3 months, Last 6 months, Last 12 months, Custom range</td></tr><tr><td><strong>Type</strong></td><td>Internal or external conversations</td></tr><tr><td><strong>Domains / addresses</strong></td><td>Filter by a specific address or domain</td></tr><tr><td><strong>From / To</strong></td><td>Filter by direct participants</td></tr><tr><td><strong>CC/BCC</strong></td><td>Filter by carbon-copy and blind-copy recipients</td></tr><tr><td><strong>Email subject</strong></td><td>Match keywords in subject lines</td></tr><tr><td><strong>Email body</strong></td><td>Match text inside email content</td></tr><tr><td><strong>Assigned to</strong></td><td>Assigned to me, assigned to others, or select specific teammates</td></tr><tr><td><strong>Teams and organizations</strong></td><td>Filter by the team or organization the conversation belongs to</td></tr><tr><td><strong>Labels</strong></td><td>Show conversations with selected labels</td></tr><tr><td><strong>Unread</strong></td><td>Only show unread conversations</td></tr><tr><td><strong>Has tasks</strong></td><td>Only show conversations containing tasks</td></tr><tr><td><strong>Has attachments</strong></td><td>Only show conversations with files attached</td></tr></tbody></table>

{% hint style="info" %}
**Missive also supports Google and Outlook search operators:**\
If your email provider is Gmail/Google Workspace or Microsoft/Outlook, you can use their native operators (eg. has:attachment) directly in the search bar. [Google search operators](https://support.google.com/mail/answer/7190) · [Outlook search operators](https://support.microsoft.com/en-us/office/how-to-search-in-outlook-d824d1e9-a255-4c8a-8553-276fb895a8da)
{% endhint %}

### Search scope and defaults

Search scope depends on where you are in Missive:

* **In Inbox**: searches All conversations by default
* **In a team inbox**: searches all the team's conversations by default
* **In any other mailbox**: searches within that mailbox by default

The default date range is **All time**.

These defaults can be changed in **Settings** > **Search**, where you can:

* Adjust the default date range
* Exclude specific accounts from search
* Choose where search runs when you're in Inbox, a team inbox, or any mailbox
* Set the number of recent searches shown in your sidebar

### Recently viewed conversations

When you focus the search bar, Missive shows your recently viewed conversations for quick access. You'll also see suggestions for team inboxes, calendars, labels, and contacts you can navigate to directly.

<figure><img src="https://3242897856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1If7JwIQhfz5wGM9LiIU%2Fuploads%2F2pOgnV4MJv4KU5LOqcRI%2Fimage.png?alt=media&#x26;token=3eba75c1-a8bf-4a74-931f-9cd0e1e20db3" alt="" width="563"><figcaption></figcaption></figure>

### Searches in sidebar

Missive automatically keeps track of your most recent searches. Your latest search queries appear in your sidebar, giving you quick access to rerun them without typing again. You can change the number of recent searches shown (or disable this feature) in **Settings** > **Preferences** > **Search**.


---

# 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://missiveapp.com/docs/core-features/search-and-filter.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.
