This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user