Commit 8ee7b05b authored by 段英荣's avatar 段英荣

modify

parent 53ad9e79
......@@ -228,7 +228,7 @@ class TopicUtils(object):
functions_list.append(
{
"filter": {"bool": {
"should": {"terms": {"edit_tag_list": recommend_tag_list}}}},
"should": {"terms": {"tag_list": recommend_tag_list}}}},
"weight": 3
}
)
......
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