diff --git a/services/search.py b/services/search.py index 4422d98d..b096458d 100644 --- a/services/search.py +++ b/services/search.py @@ -40,6 +40,7 @@ index_settings = { "title": {"type": "text", "analyzer": "ru"}, "subtitle": {"type": "text", "analyzer": "ru"}, "lead": {"type": "text", "analyzer": "ru"}, + "media": {"type": "text", "analyzer": "ru"} } }, }