Commit d67599b5 authored by Kai's avatar Kai

add logging

parent 2fab1540
......@@ -472,7 +472,7 @@ class TopicUtils(object):
"weight": 5000
}
)
if len(topic_tag_list) != 0 or user_id!= -1:
if len(topic_tag_list) != 0 or topic_user_id!= -1:
query_function_score = {
"query": {
"bool": {
......
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