Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.22.0

Compare
Choose a tag to compare
@curquiza curquiza released this 13 Sep 12:27
928930d

Breaking changes

  • New syntax for custom ranking rules:
# new syntax
"price:asc"

# old syntax (deprecated)
"asc(price)"
  • New indexer integration
    We completely rewrote the indexer in order to:
    • Fix crashes and RAM consumption issues
    • Increase indexation speed
    • Fix indexation bugs

Using the new indexer requires re-indexation of all your documents. This will be done automatically when migrating your data from a previous version. For more information on how to update to the latest version of MeiliSearch, read our dedicated guide.

New features

Misc

  • Remove Sentry
  • Remove Dependabot: updating dependencies has been integrated into our sprint process
  • Improve Docker CIs
  • Update README

❤️ Thanks to the @meilisearch/core-team but also to: @singh08prashant, @CaroFG, @shekhirin, and @okyanusoz