Overview of Meilisearch Javascript plugins
mainThis repository provides specialized clients and plugins designed to integrate Meilisearch with popular third-party frontend tools and frameworks. Instead of using the standard Meilisearch SDK directly, these plugins allow you to leverage high-level UI components and search interfaces.
Core Plugins in this repository
@meilisearch/instant-meilisearch: A search client specifically built for use with instantsearch.js.@meilisearch/autocomplete-client: A search client specifically built for use with autocomplete.
Other available integrations
Meilisearch also maintains several other plugins for CMS, static site generators, and databases:
- Strapi:
strapi-plugin-meilisearchfor synchronizing Strapi collections. - Firestore:
firestore-meilisearchfor synchronizing Firebase Firestore data. - Gatsby:
gatsby-plugin-meilisearchfor indexing Gatsby content. - Documentation:
docs-searchbar.jsandvuepress-plugin-meilisearchfor adding search bars to documentation sites.