Skip to content

v0.23.2 🐘

Compare
Choose a tag to compare
@meili-bot meili-bot released this 09 May 11:35
· 564 commits to main since this release
e6048db

This version makes this package compatible with Meilisearch v0.27.0πŸŽ‰
Check out the changelog of Meilisearch v0.27.0 for more information about the changes.

πŸš€ Enhancements

  • Add new methods for the new typo tolerance settings #316 @alallema
    index.getTypoTolerance()
    index.updateTypoTolerance(params)
    index.resetTypoTolerance()
  • Ensure nested field support #317 @alallema
  • Add new search parameters highlightPreTag, highlightPostTag and cropMarker #318 @alallema

πŸ› Bug Fixes