Skip to content

v0.18.3 🐍

Compare
Choose a tag to compare
@meili-bot meili-bot released this 09 May 11:52
· 1348 commits to main since this release
2e1c284

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 #443 @alallema
    index.get_typo_tolerance()
    index.update_typo_tolerance(params)
    index.reset_typo_tolerance()
  • Ensure nested field support #444 @alallema
  • Add new search parameters highlightPreTag, highlightPostTag and cropMarker #445 @alallema