Commit 1d27d481 authored by kai's avatar kai

update

parent 971a625a
...@@ -720,7 +720,7 @@ class TopicUtils(object): ...@@ -720,7 +720,7 @@ class TopicUtils(object):
if len(topic_tag_list) > 0: if len(topic_tag_list) > 0:
query_function_score["query"]["bool"]["filter"] = { query_function_score["query"]["bool"]["filter"] = {
"terms": { "terms": {
"tag_list": topic_tag_list "edit_tag_list": topic_tag_list
} }
} }
if topic_user_id != -1: if topic_user_id != -1:
......
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