Commit 4acc4604 authored by Kai's avatar Kai

update

parent d1072f8d
...@@ -375,7 +375,8 @@ class TopicUtils(object): ...@@ -375,7 +375,8 @@ class TopicUtils(object):
"must": [ "must": [
{"term": {"is_online": True}}, {"term": {"is_online": True}},
{"term": {"is_deleted": False}}, {"term": {"is_deleted": False}},
{"terms": {"tag_list": useful_tag_list}} {"terms": {"tag_list": useful_tag_list}},
{"term":{"content_level":6}}
], ],
"must_not": { "must_not": {
"terms": { "terms": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment