Skip to content

v0.24.0 πŸ¦€

Compare
Choose a tag to compare
@meili-bot meili-bot released this 05 Jun 12:13
· 343 commits to refs/heads/main since this release
d63bec5

This version introduces features released on Meilisearch v1.2.0 πŸŽ‰
Check out the changelog of Meilisearch v1.2.0 for more information on the changes.
⚠️ If you want to adopt new features of this release, update the Meilisearch server to the according version.

πŸš€ Enhancements

  • Add a new index.delete_documents_with(DocumentDeletionQuery) method, which takes as a parameter a DocumentDeletionQuery struct. The struct has one builder method, with_filter(filter: &str). The filter works precisely like the filter field used with the search method (see the docs on how to use filters) and lets you determine which documents should be deleted. #472 @bidoubiwa
  • Add a new builder method with_filter(filter: &str) on DocumentDeletionQuery struct used by index.get_documents_with. The filter works precisely like the filter field used with the search method (see the docs on how to use filters) and lets you determine which documents should be fetched. #473 @bidoubiwa

These feature requires a Meilisearch server version greater than v1.2.

πŸ› Bug Fixes

  • Fix json serialization error if meilisearch response contains facet_stats (#478) @Vedmak

Thanks again to @Vedmak, @bidoubiwa, @meili-bors[bot], and Vedmak! πŸŽ‰