Clémentine
Clémentine
It should be done once this PR is merged: https://github.com/meilisearch/meilisearch/pull/2745 Once https://github.com/meilisearch/meilisearch/pull/2745 is merged, it will be possible to pass a config file to Meilisearch. When using a key that...
This issue is only for traceability regarding an internal process of the @meilisearch/engine-team. Nothing to implement on the code base side, only to let you know and be transparent. Since...
Related discussion: https://github.com/meilisearch/product/discussions/529 Related specification: WIP We plan to add a new task to the task queue of Meilisearch when importing a dump. This will allow the users to check...
Following this product discussion: https://github.com/meilisearch/product/discussions/491#discussioncomment-3048342 Related to this spec: https://github.com/meilisearch/specifications/pull/189 ## Goal Allow using the wildcard `*` at the end of the index name (in `searchRules` field) when creating tenant...
Fixes https://github.com/meilisearch/meilisearch/issues/3449
Discussed with @dureuill Currently, in our [Dockerfile](https://github.com/meilisearch/meilisearch/blob/main/Dockerfile), we use the alpine image as a base. We spotted multi potential issues we could have in the future, and here is why...
Currently our [current CI](https://github.com/meilisearch/meilisearch/blob/main/.github/workflows/latest-git-tag.yml) (to move the `latest` tag to the appropriate commit) will push the `latest` tag to the latest release in term of times and not in term...
To avoid this [kind of issue](https://github.com/meilisearch/meilisearch/issues/3139), when we publish a [GitHub release of Meilisearch](https://github.com/meilisearch/meilisearch/issues/3139), we should ensure the [Homebrew workflow](https://github.com/meilisearch/meilisearch/blob/main/.github/workflows/publish-deb-brew-pkg.yml) runs only if the following workflows have passed: - [docker...
We would like to provide multiple version of Meilisearch with Homebrew to avoid [this kind of issues](https://github.com/meilisearch/meilisearch/issues/2127#issuecomment-1324383865). I have not done any research regarding this yet, I welcome any resource...