This commit is contained in:
parent
2e5919f3e6
commit
a3d1d1b067
|
@ -169,7 +169,7 @@ class SearchService:
|
||||||
"query": {
|
"query": {
|
||||||
"multi_match": {
|
"multi_match": {
|
||||||
"query": text,
|
"query": text,
|
||||||
"fields": ["title", "lead", "subtitle", "body"]
|
"fields": ["title", "lead", "subtitle", "body", "media"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user