Skip to content

Commit e6ebf2f

Browse files
meili-bors[bot]meili-botalallema
authored
Merge #441
441: Update version for the next release (v0.25.0) r=alallema a=meili-bot Release CHANGELOG: This version introduces features released on Meilisearch v1.2.0 🎉 Check out the changelog of [Meilisearch v1.2.0](https://github.com/meilisearch/meilisearch/releases/tag/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 - Addition of the method `DeleteDocumentsByFilter`, this method takes an `interface{}` which allows you to send different types of filters (`string`, `[]string`, `[]interface{}{[]string{}}`, ...). The `filter` field works precisely like the `filter` field used on the search method. See [the docs on how to use filters](https://www.meilisearch.com/docs/learn/advanced/filtering#filter-basics). #440 `@alallema` ⚠️ You must configure the attributes you want to filter using the `Index.UpdateFilterableAttributes()`. ⚠️ Remember to **update your Meilisearch server to v1.2.0 or newer before** adopting it. - Add the ability to add `Filter` in the `DocumentsQuery`. When a query with a `filter` is sent to `getDocuments`, it will filter the documents like the `search` method. See [the docs on how to use filters](https://www.meilisearch.com/docs/learn/advanced/filtering#filter-basics). #439 `@alallema` ⚠️ You must configure the attributes you want to filter using the `Index.UpdateFilterableAttributes()`. ⚠️ Remember to **update your Meilisearch server to v1.2.0 or newer before** adopting it. Thanks again to `@alallema,` `@curquiza` ! 🎉 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Amélie <alallema@users.noreply.github.com>
2 parents 9c789f0 + c812338 commit e6ebf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package meilisearch
22

33
import "fmt"
44

5-
const VERSION = "0.24.0"
5+
const VERSION = "0.25.0"
66

77
func GetQualifiedVersion() (qualifiedVersion string) {
88
return getQualifiedVersion(VERSION)

0 commit comments

Comments
 (0)