Commit 7c9943d3 authored by 段英荣's avatar 段英荣

modify

parent e9bb0edf
...@@ -375,7 +375,7 @@ class TopicUtils(object): ...@@ -375,7 +375,7 @@ 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": {"useful_tag_list": useful_tag_list}},
{"term":{"content_level":6}} {"term":{"content_level":6}}
], ],
"must_not": { "must_not": {
......
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