Commit 4f6a28af authored by Kai's avatar Kai

add logging

parent 0e617ec4
...@@ -514,7 +514,7 @@ class TopicUtils(object): ...@@ -514,7 +514,7 @@ class TopicUtils(object):
} }
if len(topic_tag_list) > 0: if len(topic_tag_list) > 0:
query_function_score["query"]["bool"]["should"] += { query_function_score["query"]["bool"]["should"] = {
"terms": { "terms": {
"tag_list": topic_tag_list "tag_list": topic_tag_list
} }
......
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