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"], }, }, })