Commit 10f2c775 authored by lixiaofang's avatar lixiaofang

add

parent 89ad6c57
...@@ -1339,7 +1339,19 @@ class TopicUtils(object): ...@@ -1339,7 +1339,19 @@ class TopicUtils(object):
} }
} }
}) })
elif k == "is_kol":
f.append({
"term": {
"user_is_kol": True
}
})
elif k == "is_edit":
f.append({
"term": {
"user_is_edit": True
}
})
# elif k == "pictorial_id": # elif k == "pictorial_id":
# f.append({ # f.append({
# "nested": { # "nested": {
......
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