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

modify

parent c997f9df
...@@ -268,6 +268,7 @@ class ESPerform(object): ...@@ -268,6 +268,7 @@ class ESPerform(object):
"query":{ "query":{
"bool":{ "bool":{
"must":[ "must":[
{"range": {"content_level": {"gte": 4, "lte": 5}}},
{"term":{"is_online": True}}, {"term":{"is_online": True}},
{"term":{"is_deleted": False}}, {"term":{"is_deleted": False}},
{"term":{"tag_list":tag_id}} {"term":{"tag_list":tag_id}}
......
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