Commit bd3539f0 authored by 段英荣's avatar 段英荣

Merge branch 'dev' into 'master'

modify

See merge request alpha/physical!64
parents 0bd92bf9 77027730
......@@ -387,10 +387,13 @@ class TopicUtils(object):
"query":{
"bool":{
"must": [
{"range": {"content_level": {"gte": 3, "lte": 5}}},
#{"range": {"content_level": {"gte": 3, "lte": 5}}},
{"term": {"is_online": True}},
{"term": {"is_deleted": False}},
{"term": {"tag_list":tag_id}}
],
"must_not":[
{"terms": {"content_level": [1,2]}}
]
}
},
......
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