Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
meilisearch-macos-apple-silicon | 2025-06-12 | 115.4 MB | |
meilisearch-macos-amd64 | 2025-06-12 | 118.1 MB | |
meilisearch-windows-amd64.exe | 2025-06-12 | 119.2 MB | |
meilisearch-linux-aarch64 | 2025-06-12 | 120.1 MB | |
meilisearch.deb | 2025-06-12 | 80.4 MB | |
meilisearch-linux-amd64 | 2025-06-12 | 122.8 MB | |
README.md | 2025-06-12 | 757 Bytes | |
v1.15.2 source code.tar.gz | 2025-06-12 | 19.7 MB | |
v1.15.2 source code.zip | 2025-06-12 | 20.6 MB | |
Totals: 9 Items | 716.2 MB | 9 |
This patch release introduces a major fix and some minor fixes.
Major fix: searchable attributes database bug
Some searchable fields were removed from the searchable databases when the were removed from the filterableAttributes
setting.
This made them unsearchable despite the fact they were still precised in the searchableAttributes
setting.
This will no more append in versions >=1.15.2.
Fixed by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5660
Minor fixes
- Fix chat route missing base URL and Mistral error handling by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5665
- Various fixes to embedding regeneration by @dureuill in https://github.com/meilisearch/meilisearch/pull/5668