vault / meilisearch / v0.10.0
meilisearch @ v0.10.0
integrity
- size
- 19.0 MiB
- downloaded
- last checked
release notes
- Refined filtering (#592)
- Add the number of hits in search result (#541)
- Add support for aligned crop in search result (#543)
- Sanitize the content displayed in the web interface (#539)
- Add support of nested null, boolean and seq values (#571, #568, and #574)
- Fixed the core benchmark (#576)
- Publish an ARMv7 and ARMv8 binaries on releases (#540 and #581)
- Fixed a bug where the result of the update status after the first update was empty (#542)
- Fixed a bug where stop words were not handled correctly (#594)
- Fix CORS issues (#602)
- Support wildcard on attributes to retrieve, highlight, and crop (#549, #565, and #598)
Thanks to Our Contributors
- @ppamorim
- @emresaglam
- @MarinPostma
- @qdequele
- @Kerollmops
download
unix · zip
curl -fL -o v0.10.0.zip https://ratatoskr.space/pkg/meilisearch/v0.10.0.zip
printf '%s %s\n' 'a9b0446dd78c93726c942ab6d0547a82863306ae2b6d68737bf765c8f224e343' 'v0.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v0.10.0.zip"
$out = "v0.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9b0446dd78c93726c942ab6d0547a82863306ae2b6d68737bf765c8f224e343") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v0.10.0.tar.gz
printf '%s %s\n' 'f9f4c2c8c24031eadc786b744d7ad90292cc356fa35204f14db4e762e0bb0610' 'v0.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v0.10.0.tar.gz"
$out = "v0.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f9f4c2c8c24031eadc786b744d7ad90292cc356fa35204f14db4e762e0bb0610") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.10.0.zip
printf '%s %s\n' 'a9b0446dd78c93726c942ab6d0547a82863306ae2b6d68737bf765c8f224e343' 'v0.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.10.0.zip"
$out = "v0.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9b0446dd78c93726c942ab6d0547a82863306ae2b6d68737bf765c8f224e343") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.10.0.tar.gz
printf '%s %s\n' 'f9f4c2c8c24031eadc786b744d7ad90292cc356fa35204f14db4e762e0bb0610' 'v0.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.10.0.tar.gz"
$out = "v0.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f9f4c2c8c24031eadc786b744d7ad90292cc356fa35204f14db4e762e0bb0610") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.10.0.zip | zip | 19.0 MiB |
blake3-24 b04a6c35468ed675cade03cbf955b67e92352e1ae7dd36c3
sha256 a9b0446dd78c93726c942ab6d0547a82863306ae2b6d68737bf765c8f224e343
sha1 b241c219a8b1b4d9ef16ca668c50cf57f3c1e826
|
| v0.10.0.tar.gz | tar.gz | 18.9 MiB |
blake3-24 bcc7b6b55035273e6873ab872cbdb3170dcf35e2275b3819
sha256 f9f4c2c8c24031eadc786b744d7ad90292cc356fa35204f14db4e762e0bb0610
sha1 5c98bb6d9f3691e39b76668e5fbc0f9520fcf9a0
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v0.10.0.tar.gz"],
integrity = "sha256-+fTCyMJAMerceGt0TXrZApLMNW+jUgTxTbTnYuC7BhA=",
strip_prefix = "meilisearch-v0.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v0.10.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.10.0.tar.gz"],
integrity = "sha256-+fTCyMJAMerceGt0TXrZApLMNW+jUgTxTbTnYuC7BhA=",
strip_prefix = "meilisearch-v0.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.10.0.tar.gz",