Commit 08f0da41 authored by zhanglu's avatar zhanglu

fix

parent 394e5924
...@@ -579,7 +579,7 @@ class TopicUtils(object): ...@@ -579,7 +579,7 @@ class TopicUtils(object):
} }
}) })
else: else:
if isinstance(k, list): if isinstance(v, list):
f.append({ f.append({
"terms": {k: v}, "terms": {k: v},
}) })
......
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