v0.24.0 π¦
·
343 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 aDocumentDeletionQuery
struct. The struct has one builder method,with_filter(filter: &str)
. Thefilter
works precisely like thefilter
field used with thesearch
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)
onDocumentDeletionQuery
struct used byindex.get_documents_with
. Thefilter
works precisely like thefilter
field used with thesearch
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
Thanks again to @Vedmak, @bidoubiwa, @meili-bors[bot], and Vedmak! π