Commit ad9aad7a authored by 黄凯's avatar 黄凯

Merge branch 'hk' into 'test'

update

See merge request alpha/physical!357
parents 5cace3d7 4acc4604
......@@ -375,7 +375,8 @@ class TopicUtils(object):
"must": [
{"term": {"is_online": True}},
{"term": {"is_deleted": False}},
{"terms": {"tag_list": useful_tag_list}}
{"terms": {"tag_list": useful_tag_list}},
{"term":{"content_level":6}}
],
"must_not": {
"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