diff --git a/src/db/elasticsearch.ts b/src/db/elasticsearch.ts index a3ac494a8..8e86a942e 100644 --- a/src/db/elasticsearch.ts +++ b/src/db/elasticsearch.ts @@ -43,7 +43,7 @@ if (client) { properties: { text: { type: 'text', - index: 'analyzed', + index: true, analyzer: 'bigram' } }