From dc38e02542f24d70bb2524611eace7c61a7f5bb1 Mon Sep 17 00:00:00 2001 From: matthew Date: Sat, 8 Oct 2022 15:02:52 +0400 Subject: [PATCH] try to fix elasticsearch --- searching-front/services/modules/elastic/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searching-front/services/modules/elastic/index.ts b/searching-front/services/modules/elastic/index.ts index 27b6db3..a2bda1d 100644 --- a/searching-front/services/modules/elastic/index.ts +++ b/searching-front/services/modules/elastic/index.ts @@ -125,7 +125,7 @@ class Elastic { query: { multi_match: { query: text, - fields: ["title^4"], + fields: ["title^4", "description^3", "h1^2", "bodyText"], }, }, })