v0.24.0 π¦
·
636 commits
to refs/heads/main
since this release
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.
π Enhancements
- Add a new
index.delete_documents_with(DocumentDeletionQuery)method, which takes as a parameter aDocumentDeletionQuerystruct. The struct has one builder method,with_filter(filter: &str). Thefilterworks precisely like thefilterfield used with thesearchmethod (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)onDocumentDeletionQuerystruct used byindex.get_documents_with. Thefilterworks precisely like thefilterfield used with thesearchmethod (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
Thanks again to @Vedmak, @bidoubiwa, @meili-bors[bot], and Vedmak! π