Commit 4a796afc authored by lixiaofang's avatar lixiaofang

add

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