Morgane Dubus
Morgane Dubus
Using the `isSearchStalled` props received from `connectStateResults` with a slow internet connection causes the page to re-render endlessly 🥲  You can try it...
Currently, the playground's `README` looks like this: https://github.com/meilisearch/meilisearch-rails/blob/main/playground/README.md We do have [a section](https://github.com/meilisearch/meilisearch-rails/blob/main/CONTRIBUTING.md#playground-) in the `CONTRIBUTING` to help us install it, but it is not sufficient enough to understand how...
As much as possible, we should try to style directly the InstantSearch's component, intead of using the `connect` functions. Example : ```js const Highlight = connectHighlight( ({ highlight, attribute, hit,...
For the moment, in tests.yml I have hard-coded the version of MeiliSearch, on which to launch the tests. ``` services: meilisearch: image: getmeili/meilisearch:v0.24.0rc2 env: MEILI_MASTER_KEY: 'masterKey' MEILI_NO_ANALYTICS: 'true' ports: -...
There are !important in CSS. This is a bad practice and it would be nice to remove them. If so, we have to be careful that it might be breaking....
**Description** The `Embedder` type is currently defined like this: ``` export type Embedder = | OpenAiEmbedder | HuggingFaceEmbedder | UserProvidedEmbedder ``` I should accept `null` too since this is a...
On the Cloud, the experimental features have been enhanced with a description + their title have evolved a bit. We may want to update the image here accordingly: https://www.meilisearch.com/docs/learn/experimental/vector_search#activate-vector-search **Before:**...
**Description** This project is currently working with Node 16, but not with Node 18 **Expected behavior** Use at least Node 18 since Node 16 is not supported anymore (https://nodejs.org/en/blog/announcements/nodejs16-eol) **Screenshots...
See [https://nextjs.org/blog/next-13](https://nextjs.org/blog/next-13)
**Describe the bug** Trying to add an embedder with a wrong URL, I got an internal error on v1.8 rc-1 and rc-2 (but not rc-0) **To Reproduce** Steps to reproduce...