Commit 4a796afc authored by lixiaofang's avatar lixiaofang

add

parent 1163dc43
......@@ -472,8 +472,7 @@ for old_item in result_dict["hits"]:
q["query"] = {
"bool": {
"must": [
{"term": {"id": old_id}},
{"term": {"is_online": True}}
{"term": {"id": old_id}}
]
}
}
......
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