Commit 33d6b5c8 authored by zhanglu's avatar zhanglu

Merge branch 'feature/sun_tag2es' into 'test'

fix

See merge request !195
parents b69ccec7 08f0da41
......@@ -602,7 +602,7 @@ class TopicUtils(object):
}
})
else:
if isinstance(k, list):
if isinstance(v, list):
f.append({
"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