Commit 12714fe2 authored by zhanglu's avatar zhanglu

Merge branch 'jackie/master' into 'master'

filters过滤

See merge request !246
parents 99951bc3 493821f0
......@@ -621,8 +621,7 @@ class TopicUtils(object):
"term": {k: v},
})
if not v:
if v in (None, '', []):
continue
if k in ["create_time_gte", "create_time_lte"]:
......
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