Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion resources/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions resources/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion resources/pre-release-week.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion resources/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
|||
Expand Down
10 changes: 5 additions & 5 deletions roadmap/2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,16 @@ 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):
- [ ] _(postponed, no return forecast, because we have a good reference in the repo's README)_ JavaScript
- [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.

Expand Down Expand Up @@ -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.