v0.28.0 π
·
593 commits
to refs/heads/main
since this release
Release CHANGELOG:
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
- The method
delete_documents()
now supports a new parameterfilter
that allows deleting documents by filtering. Thefilter
field works precisely like thefilter
field used on thesearch
method. See the docs on how to use filters. (#756) @sanders41 - Add the ability to receive a
filter
key from theget_documents
/documents
methods. Thefilter
field works precisely like thefilter
field used on thesearch
method. See the docs on how to use filters. (#757) @sanders41
Thanks again to @sanders41! π