Skip to content

v0.24.0 πŸ’Ž

Compare
Choose a tag to compare
@meili-bot meili-bot released this 05 Jun 11:46
· 191 commits to refs/heads/main since this release
30e2624

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

  • The method delete_documents() now supports a different behavior. This method could take an options hash containing a filter: key/value object to filter the documents or a simple array or single value as usual.
    ⚠️ Still, even being supported, the ability to receive other types than a hash is deprecated and should be changed to a filter. Please use filter instead.
    #438 @brunoocasali

  • When a query with a filter key is sent to get_documents(options = {}) it will filter the documents like the search method. This feature requires a Meilisearch server version greater than v1.2. See the docs on how to use filters. #439 @brunoocasali

Thanks again to @brunoocasali! πŸŽ‰