diff --git a/README.md b/README.md index 15de4d2..0424d8d 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 search client that enables the integration of the open-source tool [instantsearch.js](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/) with Meilisearch. This client allows you to combine the functionalities of Meilisearch with InstantSearch.js, resulting in a powerful and interactive search user interface. +- [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch): A search client that enables the integration of the open-source tool [instantsearch.js](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/) with Meilisearch. This client allows you to combine the functionalities of Meilisearch with InstantSearch.js, resulting in a powerful and interactive search user interface. - [Autocomplete client](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client): A search client that enables the integration of the open-source tool [autocomplete-js](https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/) with Meilisearch. This client allows you to utilize the powerful features of Meilisearch in combination with autocomplete functionality for an enhanced search experience. - [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js): a search bar integration for all kinds of documentation. 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 e4c3fb3..896e224 100644 --- a/resources/dependencies.md +++ b/resources/dependencies.md @@ -8,7 +8,8 @@ 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) +- [`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) - [`strapi-plugin-meilisearch`](https://github.com/meilisearch/strapi-plugin-meilisearch/) - [`mini-dashboard`](https://github.com/meilisearch/mini-dashboard/) @@ -34,7 +35,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) - [`autocomplete-client`](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client) - [`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) 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 ee559eb..bd894d1 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/) | | [autocomplete-client](https://github.com/meilisearch/meilisearch-js-plugins) | [bidoubiwa](https://github.com/bidoubiwa/) | [brunoocasali](https://github.com/brunoocasali/) | | [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/) | ||| 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.