From 5bb0b5e1aff900765830edb62fb872bf71367862 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Wed, 31 May 2023 11:55:27 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9293a3..9474999 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The exhaustive list of the maintained repositories by the team is available belo - [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): a plugin to establish the communication between Meilisearch and the open-source [InstantSearch](https://github.com/algolia/instantsearch.js) tools (powered by Algolia) for your front-end application. +- [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins): a plugin to establish the communication between Meilisearch and the open-source [InstantSearch](https://github.com/algolia/instantsearch.js) tools (powered by Algolia) for your front-end application. - [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js): a search bar integration for all kinds of documentation. ### 🧩 Platform Plugins From 26d8637111e40ea91bbd7b9e8dcd0b4f50e8102e Mon Sep 17 00:00:00 2001 From: cvermand <33010418+bidoubiwa@users.noreply.github.com> Date: Wed, 31 May 2023 17:12:43 +0200 Subject: [PATCH 2/2] Change the instant-meilisearch links --- README.md | 2 +- resources/cypress.md | 2 +- resources/demos.md | 2 +- resources/dependencies.md | 4 ++-- resources/pre-release-week.md | 2 +- resources/scopes.md | 2 +- roadmap/2022.md | 10 +++++----- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9474999..1f17e4b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The exhaustive list of the maintained repositories by the team is available belo - [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): a plugin to establish the communication between Meilisearch and the open-source [InstantSearch](https://github.com/algolia/instantsearch.js) tools (powered by Algolia) for your front-end application. +- [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch): a plugin to establish the communication between Meilisearch and the open-source [InstantSearch](https://github.com/algolia/instantsearch.js) tools (powered by Algolia) for your front-end application. - [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js): a search bar integration for all kinds of documentation. ### 🧩 Platform Plugins diff --git a/resources/cypress.md b/resources/cypress.md index 4d4443d..2f65742 100644 --- a/resources/cypress.md +++ b/resources/cypress.md @@ -108,7 +108,7 @@ To run the tests in headless mode: npx cypress run ``` -Starting from there, you can add more tests. See example on [our Strapi plugin](https://github.com/meilisearch/strapi-plugin-meilisearch/blob/main/cypress/integration/ui_spec.js) or [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch/blob/main/cypress/integration/react.spec.js). +Starting from there, you can add more tests. See example on [our Strapi plugin](https://github.com/meilisearch/strapi-plugin-meilisearch/blob/main/cypress/integration/ui_spec.js) or [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/blob/main/playgrounds/local-react/cypress/integration/search-ui.spec.js). For example: ```js diff --git a/resources/demos.md b/resources/demos.md index 2f39d73..9ee0a3b 100644 --- a/resources/demos.md +++ b/resources/demos.md @@ -11,7 +11,7 @@ This instance contains the indexes officially used by the integration team for d Here are the exhaustive list of the indexes: - `steam-video-games` used by the code-sandboxes mentionned in the following section. -- `world_cities` used in the [instant-meilisearch playground related to geo-search](https://github.com/meilisearch/instant-meilisearch/tree/main/playgrounds/geo-javascript). +- `world_cities` used in the [instant-meilisearch playground related to geo-search](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/playgrounds/geo-javascript). ## Code sandboxes diff --git a/resources/dependencies.md b/resources/dependencies.md index 5158219..91d782e 100644 --- a/resources/dependencies.md +++ b/resources/dependencies.md @@ -8,7 +8,7 @@ They depend on [`meilisearch-js`](https://github.com/meilisearch/meilisearch-js) - [`docs-searchbar.js`](https://github.com/meilisearch/docs-searchbar.js) - [`firestore-meilisearch`](https://github.com/meilisearch/firestore-meilisearch/) - [`gatsby-plugin-meilisearch`](https://github.com/meilisearch/gatsby-plugin-meilisearch/) -- [`instant-meilisearch`](https://github.com/meilisearch/instant-meilisearch/) +- [`instant-meilisearch`](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) - [`strapi-plugin-meilisearch`](https://github.com/meilisearch/strapi-plugin-meilisearch/) - [`mini-dashboard`](https://github.com/meilisearch/mini-dashboard/) @@ -33,7 +33,7 @@ Also, even if they are not parts of the integration team, we should keep in mind ## Instant Meilisearch -They depend on [`instant-meilisearch`](https://github.com/meilisearch/instant-meilisearch/) +They depend on [`instant-meilisearch`](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) - [`meilisearch-angular`](https://github.com/meilisearch/meilisearch-angular/) and the [associated code-sandbox](https://codesandbox.io/s/im-angularis-7xipe?file=/src/app/app.component.ts) - [`meilisearch-react`](https://github.com/meilisearch/meilisearch-react/) and the [associated code-sandbox](https://codesandbox.io/s/ms-react-is-sh9ud?fontsize=14&hidenavigation=1&theme=dark) - [`meilisearch-vue`](https://github.com/meilisearch/meilisearch-vue/) and the [associated code-sandbox](https://codesandbox.io/s/ms-vue-is-1d6bi?fontsize=14&hidenavigation=1&theme=dark) diff --git a/resources/pre-release-week.md b/resources/pre-release-week.md index a527cdd..b255ceb 100644 --- a/resources/pre-release-week.md +++ b/resources/pre-release-week.md @@ -36,7 +36,7 @@ The script automates the following tasks: ## 💻 Coding -⚠️ [`meilisearch-js`](https://github.com/meilisearch/meilisearch-js) and [`instant-meilisearch`](https://github.com/meilisearch/instant-meilisearch/) implementations should start as soon as possible since: +⚠️ [`meilisearch-js`](https://github.com/meilisearch/meilisearch-js) and [`instant-meilisearch`](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) implementations should start as soon as possible since: - they are dependencies of the [`mini-dashboard`](https://github.com/meilisearch/mini-dashboard). - they may raise bad design choices or relevancy issues of the Meilisearch API when used in front-end. diff --git a/resources/scopes.md b/resources/scopes.md index c5dd4f4..a61304b 100644 --- a/resources/scopes.md +++ b/resources/scopes.md @@ -37,7 +37,7 @@ Same, if you are not responsible for a scope, you are always encouraged to check | [Angular integration](https://github.com/meilisearch/meilisearch-angular) | [bidoubiwa](https://github.com/bidoubiwa/) | | [React integration](https://github.com/meilisearch/meilisearch-react) | [bidoubiwa](https://github.com/bidoubiwa/) | | [Vue integration](https://github.com/meilisearch/meilisearch-vue) | [bidoubiwa](https://github.com/bidoubiwa/) | -| [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch) | [bidoubiwa](https://github.com/bidoubiwa/) | [brunoocasali](https://github.com/brunoocasali/) & [mdubus](https://github.com/mdubus/) | +| [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) | [bidoubiwa](https://github.com/bidoubiwa/) | [brunoocasali](https://github.com/brunoocasali/) & [mdubus](https://github.com/mdubus/) | | [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js) | [bidoubiwa](https://github.com/bidoubiwa/) | [mdubus](https://github.com/mdubus/) | [bidoubiwa](https://github.com/bidoubiwa/) | ||| | [Firestore extension](https://github.com/meilisearch/firestore-meilisearch) | [bidoubiwa](https://github.com/bidoubiwa/) | [alallema](https://github.com/alallema/) | diff --git a/roadmap/2022.md b/roadmap/2022.md index be711fe..a304381 100644 --- a/roadmap/2022.md +++ b/roadmap/2022.md @@ -146,8 +146,8 @@ Improvements: New features: - [ ] _(delayed to Q4, because other projects have been prioritized)_ instant-meilisearch updates: - - [ ] Add multi-index (federated search) in [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch/issues/774). - - [ ] Add disjunctive facet search to [instant-meilisearch]([instant-meilisearch](https://github.com/meilisearch/instant-meilisearch)) (issue creation + implementation) + - [ ] Add multi-index (federated search) in [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/issues/774). + - [ ] Add disjunctive facet search to [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) (issue creation + implementation) - [x] On/Off switcher in [meilisearch-rails](https://github.com/meilisearch/meilisearch-rails/issues/140). - [ ] _(delayed to Q4, because we had other priorities)_ Improve performance in meilisearch-rails by reducing the payload size with `attributesToRetrieve` automatically. - [ ] Add auto generated documentation [in some of the SDKs](https://github.com/meilisearch/integration-guides/issues/201): @@ -155,7 +155,7 @@ New features: - [x] PHP - [x] Python - [x] Rust, Dart -- [x] Make zero facet appearing even when using placeholder search in [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch/issues/775). +- [x] Make zero facet appearing even when using placeholder search in [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/issues/775). - [x] Make strapi-plugin-meilisearch for v3 of Strapi [compatible with the latest of Meilisearch](https://github.com/meilisearch/strapi-plugin-meilisearch/issues/444). - [x] [Add a new setting `entriesQuery`](https://github.com/meilisearch/strapi-plugin-meilisearch/pull/538) in strapi to give the posibility to provide database querying settings. @@ -200,8 +200,8 @@ New projects: - [x] Provide the action plan to add support for those libraries in case they are incompatible. Misc: - - [x] Add multi-index (federated search) in [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch/issues/774). - - [x] Add disjunctive facet search to [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch) (issue creation + implementation) + - [x] Add multi-index (federated search) in [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/issues/774). + - [x] Add disjunctive facet search to [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) (issue creation + implementation) - [ ] DigitalOcean Add-On integration: - [ ] Finish the integration between the Add-On and the Cloud. - [ ] Release publically the new Add-On in the DigitalOcean marketplace.