Commit cb6fa1e5 authored by Kai's avatar Kai

add logging

parent c7b36c19
......@@ -477,7 +477,7 @@ class TopicUtils(object):
"query": {
"bool": {
"must": [
{"range": {"content_level": {"gte": 5, "lte": 6}}},
{"range": {"content_level": {"gte": 6, "lte": 6}}},
{"term": {"is_online": True}},
{"term": {"is_deleted": False}}
],
......
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