From a5c1ff13fd07ed86bf5f8a7f8dfad63bfe906584 Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarek Date: Tue, 5 Dec 2023 16:00:19 +0100 Subject: [PATCH] Use newer bleve for more languages in full text search Bleve 2.3.10 adds support for the Polish language, long awaited by some. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3485a7b28b9..88bffdcbe6d 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/HdrHistogram/hdrhistogram-go v1.1.2 github.com/IBM/sarama v1.41.0 github.com/Masterminds/semver/v3 v3.1.0 - github.com/blevesearch/bleve/v2 v2.3.9 + github.com/blevesearch/bleve/v2 v2.3.10 github.com/dgraph-io/badger/v4 v4.2.0 github.com/dgraph-io/dgo/v230 v230.0.1 github.com/dgraph-io/gqlgen v0.13.2