diff --git a/learn/update_and_migration/algolia_migration.mdx b/learn/update_and_migration/algolia_migration.mdx index 52db26a482..2bf743f113 100644 --- a/learn/update_and_migration/algolia_migration.mdx +++ b/learn/update_and_migration/algolia_migration.mdx @@ -238,6 +238,6 @@ This section compares Algolia and Meilisearch's respective API methods, using Ja ## Front-end components -[InstantSearch](https://github.com/algolia/instantsearch.js) is a collection of open-source tools maintained by Algolia and used to generate front-end search UI components. To use InstantSearch with Meilisearch, you must use [Instant Meilisearch](https://github.com/meilisearch/instant-meilisearch). +[InstantSearch](https://github.com/algolia/instantsearch.js) is a collection of open-source tools maintained by Algolia and used to generate front-end search UI components. To use InstantSearch with Meilisearch, you must use [Instant Meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch). -Instant Meilisearch is a plugin connecting your Meilisearch instance with InstantSearch, giving you access to many of the same front-end components as Algolia users. You can find an up-to-date list of [the components supported by Instant Meilisearch](https://github.com/meilisearch/instant-meilisearch/#-api-resources) in the GitHub project's README. +Instant Meilisearch is a plugin connecting your Meilisearch instance with InstantSearch, giving you access to many of the same front-end components as Algolia users. You can find an up-to-date list of [the components supported by Instant Meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch#-api-resources) in the GitHub project's README. diff --git a/learn/what_is_meilisearch/comparison_to_alternatives.mdx b/learn/what_is_meilisearch/comparison_to_alternatives.mdx index 42256a3c55..f1060a5dbe 100644 --- a/learn/what_is_meilisearch/comparison_to_alternatives.mdx +++ b/learn/what_is_meilisearch/comparison_to_alternatives.mdx @@ -51,7 +51,8 @@ Can't find a client you'd like us to support? [Submit your idea or vote for it]( | [Django](https://roadmap.meilisearch.com/c/60-django) | ❌ | ✅ | ❌ | ❌ | | [Rails](https://github.com/meilisearch/meilisearch-rails) | ✅ | ✅ | 🔶
WIP | ✅ || | [Official Laravel Scout Support](https://github.com/laravel/scout) | ✅ | ✅ | ❌
Available as a standalone module | ❌
Available as a standalone module | -| [UI Search Kit](https://github.com/meilisearch/instant-meilisearch) | ✅ | ✅ | ✅ | ✅ | +| [Instantsearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) | ✅ | ✅ | ✅ | ✅ | +| [Autocomplete](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client) | ✅ | ✅ | ✅ | ✅ | | [Docsearch](https://github.com/meilisearch/docs-scraper) | ✅ | ✅ | ✅ | ❌ | | [Strapi](https://github.com/meilisearch/strapi-plugin-meilisearch) | ✅ | ✅ | ❌ | ❌ | | [Gatsby](https://github.com/meilisearch/gatsby-plugin-meilisearch) | ✅ | ✅ | ✅ | ❌ | diff --git a/learn/what_is_meilisearch/sdks.mdx b/learn/what_is_meilisearch/sdks.mdx index 3d5aa14316..4f1f49fec0 100644 --- a/learn/what_is_meilisearch/sdks.mdx +++ b/learn/what_is_meilisearch/sdks.mdx @@ -30,7 +30,8 @@ You can use Meilisearch API wrappers in your favorite language. These libraries - [Angular](https://github.com/meilisearch/meilisearch-angular) - [React](https://github.com/meilisearch/meilisearch-react) - [Vue](https://github.com/meilisearch/meilisearch-vue) -- [Instant Meilisearch](https://github.com/meilisearch/instant-meilisearch): helps you integrate a great search experience with minimum efforts. +- [Instant Meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) +- [Autocomplete client](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client) - [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js): a search bar integration for all kinds of documentation. ## DevOps tools