Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
meilisearch-macos-apple-silicon | 2025-09-24 | 124.9 MB | |
meilisearch-macos-amd64 | 2025-09-24 | 128.4 MB | |
meilisearch-windows-amd64.exe | 2025-09-24 | 129.8 MB | |
meilisearch-linux-aarch64 | 2025-09-24 | 130.5 MB | |
meilisearch.deb | 2025-09-24 | 85.7 MB | |
meilisearch-linux-amd64 | 2025-09-24 | 133.5 MB | |
meilisearch-openapi.json | 2025-09-24 | 463.2 kB | |
README.md | 2025-09-24 | 898 Bytes | |
v1.22.0 source code.tar.gz | 2025-09-24 | 19.9 MB | |
v1.22.0 source code.zip | 2025-09-24 | 20.9 MB | |
Totals: 10 Items | 774.0 MB | 2 |
:rocket: Enhancements
- Introduce a new geo backend to store geojson and filter on polygon
- Make the
_geojson
field filterable - Then send your documents with a
_geojson
field filled with a valid geojson - Filter your documents with the new
_geoPolygon
filter, or the old_geoBoudingBox
and_geoPoints
filter
- Make the
:bug: Bug Fixes
- Document template: Correctly render when indexing first item in array by @dureuill in https://github.com/meilisearch/meilisearch/pull/5896
- arroy to hannoy conversion fails with binary quantized distances by @nnethercott https://github.com/meilisearch/meilisearch/pull/5891
:heart: Huge thanks to our contributors: @nnethercott, @Kerollmops, @ManyTheFish, @dureuill and @irevoire.
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.21.0...v1.22.0