vault / meilisearch / v1.22.0
meilisearch @ v1.22.0
integrity
- size
- 19.9 MiB
- downloaded
- last checked
release notes
:rocket: Enhancements
- Introduce a new geo backend to store geojson and filter on polygon
- Make the
_geojsonfield filterable - Then send your documents with a
_geojsonfield filled with a valid geojson - Filter your documents with the new
_geoPolygonfilter, or the old_geoBoudingBoxand_geoPointsfilter
- 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
download
unix · zip
curl -fL -o v1.22.0.zip https://ratatoskr.space/pkg/meilisearch/v1.22.0.zip
printf '%s %s\n' 'f9faa67f43a8657fc3778b9e3ae313813df412c17751ed46a1a9e69dd16f26e8' 'v1.22.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.22.0.zip"
$out = "v1.22.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f9faa67f43a8657fc3778b9e3ae313813df412c17751ed46a1a9e69dd16f26e8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.22.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.22.0.tar.gz
printf '%s %s\n' '7eb52d5091838450a057ab3206a21e5fe848960f575a7ab8225b20eff1970a82' 'v1.22.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.22.0.tar.gz"
$out = "v1.22.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7eb52d5091838450a057ab3206a21e5fe848960f575a7ab8225b20eff1970a82") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.22.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.22.0.zip
printf '%s %s\n' 'f9faa67f43a8657fc3778b9e3ae313813df412c17751ed46a1a9e69dd16f26e8' 'v1.22.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.22.0.zip"
$out = "v1.22.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f9faa67f43a8657fc3778b9e3ae313813df412c17751ed46a1a9e69dd16f26e8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.22.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.22.0.tar.gz
printf '%s %s\n' '7eb52d5091838450a057ab3206a21e5fe848960f575a7ab8225b20eff1970a82' 'v1.22.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.22.0.tar.gz"
$out = "v1.22.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7eb52d5091838450a057ab3206a21e5fe848960f575a7ab8225b20eff1970a82") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.22.0.zip | zip | 19.9 MiB |
blake3-24 2a2739f0eb7ee4b28faf2143c80012bbc805d4a662d0a43c
sha256 f9faa67f43a8657fc3778b9e3ae313813df412c17751ed46a1a9e69dd16f26e8
sha1 b014b84582cf379bde8e98e1232666cfad4406ba
|
| v1.22.0.tar.gz | tar.gz | 19.0 MiB |
blake3-24 f515578ca0e90d1b06947b768271032f19d0a92597d75407
sha256 7eb52d5091838450a057ab3206a21e5fe848960f575a7ab8225b20eff1970a82
sha1 79ce4114ca1fe1562bc6cf601c4b5895c98839ff
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.22.0.tar.gz"],
integrity = "sha256-frUtUJGDhFCgV6syBqIeX+hIlg9XWnq4Ilsg7/GXCoI=",
strip_prefix = "meilisearch-v1.22.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.22.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.22.0.tar.gz"],
integrity = "sha256-frUtUJGDhFCgV6syBqIeX+hIlg9XWnq4Ilsg7/GXCoI=",
strip_prefix = "meilisearch-v1.22.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.22.0.tar.gz",