| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| meilisearch-enterprise-macos-amd64 | 2026-02-23 | 136.0 MB | |
| meilisearch-windows-amd64.exe | 2026-02-23 | 136.6 MB | |
| meilisearch-enterprise-windows-amd64.exe | 2026-02-23 | 138.0 MB | |
| meilisearch-macos-amd64 | 2026-02-23 | 134.4 MB | |
| meilisearch-macos-apple-silicon | 2026-02-23 | 130.1 MB | |
| meilisearch-enterprise-macos-apple-silicon | 2026-02-23 | 131.5 MB | |
| meilisearch.deb | 2026-02-23 | 88.4 MB | |
| meilisearch-enterprise-linux-amd64 | 2026-02-23 | 143.1 MB | |
| meilisearch-linux-amd64 | 2026-02-23 | 141.3 MB | |
| meilisearch-enterprise-linux-aarch64 | 2026-02-23 | 137.4 MB | |
| meilisearch-linux-aarch64 | 2026-02-23 | 135.9 MB | |
| meilisearch-openapi.json | 2026-02-23 | 597.2 kB | |
| README.md | 2026-02-19 | 3.3 kB | |
| v1.36.0 source code.tar.gz | 2026-02-19 | 20.2 MB | |
| v1.36.0 source code.zip | 2026-02-19 | 21.2 MB | |
| Totals: 15 Items | 1.5 GB | 6 | |
Version v1.36.0 introduces an exciting update to the ranking rules to improve the engine's relevance. It's actually the first time we've made such a change since v1.0, and we're really happy about this improvement!
✨ Enhancement
-
Introduce the
attributeRankandwordPositioncriteria by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6154, https://github.com/meilisearch/meilisearch/pull/6155, and https://github.com/meilisearch/meilisearch/pull/6164We released two new ranking rules that Meilisearch had already been using internally for the
attributeone, which is basically both ranking rules applied one after the other:attributeRank: A document is considered better if the query words match in a higher searchable attribute. It ignores the position of the query words in this attribute.wordPosition: A document is considered better if the query words match closer to the beginning of an attribute. The attribute rank is ignored by this rule.
We continue our policy of migrating everyone to use a homemade HNSW by introducing a new dumpless upgrade step that migrates index uses the old annoy vector store to the new Hannoy one. Changing the vector store backend affects the ranking score. This step can take a couple of minutes when the number of embeddings is high, and we recommend changing the vector store backend beforehand to gain more control if needed. To do so, you must enable the
vectorStoreSettingexperimental feature and set thevectorStoreroot setting toexperimental.
🪲 Bug fixes
- Fix search failing when using
attributesToSearchOnon an empty index by @zen-zap in https://github.com/meilisearch/meilisearch/pull/5944
🔒 Security
- Bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6142
- Bump jsonwebtoken from 9.3.1 to 10.3.0 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6141
- Bump time from 0.3.44 to 0.3.47 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6144
- Bump rsa from 0.9.9 to 0.9.10 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6149
🔩 Miscellaneous
- Improve OpenAPI docs and CIs to improve documentation experience by @curquiza in https://github.com/meilisearch/meilisearch/pull/6145
[!WARNING] Breaking change: the
meilisearch-openapi-mintlify.jsonfile will not be available in the release assets anymore. If you were using it, please refer to the one that is now available in our public documentation repository.
- GenAI contributing and PR template changes by @dureuill in https://github.com/meilisearch/meilisearch/pull/6140
- Fix "test with almost all features" by @dureuill in https://github.com/meilisearch/meilisearch/pull/6139 and https://github.com/meilisearch/meilisearch/pull/6148
- Allow any IP for SDK tests by @Strift in https://github.com/meilisearch/meilisearch/pull/6151
- Improve output of the declarative tests, also in https://github.com/meilisearch/meilisearch/pull/6164
❤️ Thanks to @zen-zap for contributing to this release!