> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ospribrain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

> Find messages across all your conversations.

## Searching Messages

Messages supports full-text search across all conversations you're a member of.

### How to Search

1. Use the search bar in the conversation list panel
2. Type your search query
3. Results filter conversations that match

The search matches against:

* Conversation names
* Message content
* Participant names

### Search API

Behind the scenes, search uses PostgreSQL full-text search (`to_tsvector`) for fast, accurate results across all your messages.

<Tip>
  Search for specific terms discussed in a conversation to quickly find past messages without scrolling through history.
</Tip>
