From f4784c8fa56cb8d97fa664affd37ca30edd63fe9 Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Wed, 31 May 2023 17:24:55 +0200 Subject: [PATCH 1/2] Update instant-meilisearch repo's link to meilisearch-js-plugins --- learn/getting_started/quick_start.mdx | 2 +- learn/update_and_migration/algolia_migration.mdx | 4 ++-- learn/what_is_meilisearch/comparison_to_alternatives.mdx | 3 ++- learn/what_is_meilisearch/sdks.mdx | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/learn/getting_started/quick_start.mdx b/learn/getting_started/quick_start.mdx index cf8d44a00e..1026dcef9b 100644 --- a/learn/getting_started/quick_start.mdx +++ b/learn/getting_started/quick_start.mdx @@ -173,7 +173,7 @@ At this point, you can configure your entire Meilisearch instance, customize you ## Front-end integration -The only step missing now is adding a search bar to your project. The easiest way of achieving this is to use [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch): a plugin that establishes communication between your Meilisearch instance and [InstantSearch](https://github.com/algolia/instantsearch.js). InstantSearch, an open-source project developed by Algolia, is the tool that renders all the components needed to start searching. +The only step missing now is adding a search bar to your project. The easiest way of achieving this is to use [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch): a plugin that establishes communication between your Meilisearch instance and [InstantSearch](https://github.com/algolia/instantsearch.js). InstantSearch, an open-source project developed by Algolia, is the tool that renders all the components needed to start searching. 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 9835bab24d..73508717e4 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..a86e8ca6ea 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): helps you integrate a great search experience with [`instantsearch.js`](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/). +- [Autocomplete Client](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client): helps you integrate a great search experience with [`autocomplete-js`](https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/). - [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js): a search bar integration for all kinds of documentation. ## DevOps tools From d86c7dc96ab2b9c4332d248f1a7a5979097da66b Mon Sep 17 00:00:00 2001 From: cvermand <33010418+bidoubiwa@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:42:10 +0200 Subject: [PATCH 2/2] Update learn/what_is_meilisearch/sdks.mdx Co-authored-by: gui machiavelli --- learn/what_is_meilisearch/sdks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn/what_is_meilisearch/sdks.mdx b/learn/what_is_meilisearch/sdks.mdx index a86e8ca6ea..4f1f49fec0 100644 --- a/learn/what_is_meilisearch/sdks.mdx +++ b/learn/what_is_meilisearch/sdks.mdx @@ -30,8 +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/meilisearch-js-plugins/tree/main/packages/instant-meilisearch): helps you integrate a great search experience with [`instantsearch.js`](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/). -- [Autocomplete Client](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client): helps you integrate a great search experience with [`autocomplete-js`](https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/). +- [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