Browse Source

try to fix elasticsearch

main
matthew 2 years ago
parent
commit
dc38e02542
  1. 2
      searching-front/services/modules/elastic/index.ts

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

Loading…
Cancel
Save