# Message Search (/docs/features/search)

LibreChat has integrated **Meilisearch** to enhance the user experience by providing a fast and efficient way to search through past conversations. Meilisearch is a powerful, open-source search engine that is known for its speed and ease of use, making it an excellent choice for applications like LibreChat that require quick access to a large volume of data.

<div style={{padding: "20px", display: "flex", justifyContent: "center", alignItems: "center", flexDirection: "column"}}>
    <img src="https://github.com/danny-avila/LibreChat/assets/32828263/60ad41b0-1869-4ee9-848b-502b3a5557b5" alt="search for a banana" style={{borderRadius: "10px"}} />
</div>


The integration allows users to:
- Perform **full-text searches** on their conversation history.
- Utilize **typo-tolerance** for more forgiving search queries.
- Experience **instant results** as they type, thanks to Meilisearch's as-you-type search capabilities.

This feature significantly improves the functionality of LibreChat, making it easier for users to find specific messages or topics within their chat history. It's a testament to the platform's commitment to providing a seamless and user-friendly experience. For those interested in the technical details or implementation, further information can be found in the [Meilisearch Configuration Guide](/docs/configuration/meilisearch).
